diff options
author | bob <bcz@cs.brown.edu> | 2019-12-05 11:29:51 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-12-05 11:29:51 -0500 |
commit | fa89fbf06f3d27ff0ca3f62fa6e6ab4fe378edf1 (patch) | |
tree | 8bac858ff49eb8ab04f29b9c0e693e09266733bd /src/new_fields/util.ts | |
parent | 9a6b4eaef6b16a5a995cb939c33fdd8213d7724c (diff) |
oops. fixed mobx problem with library path.
Diffstat (limited to 'src/new_fields/util.ts')
-rw-r--r-- | src/new_fields/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index 7bd9ef8da..4147be278 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -13,7 +13,7 @@ function _readOnlySetter(): never { } export function TraceMobx() { - trace(); + //trace(); } export interface GetterResult { |