diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-05 01:45:53 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-05 01:45:53 -0400 |
commit | 50257b6f3ea91f9c8ac63985c9d81cb7546d9541 (patch) | |
tree | a1f4a14aeb13dfef7f095160efab4e1aea34c82f /src/new_fields/util.ts | |
parent | ece923c838cd14724f9fda9f45c21dc39f6f62ee (diff) |
more cleanup to link following. got rid of unneeded link doc fields _context & _timecode
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 480a55da0..8c719ccd8 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -12,7 +12,7 @@ function _readOnlySetter(): never { throw new Error("Documents can't be modified in read-only mode"); } -const tracing = true; +const tracing = false; export function TraceMobx() { tracing && trace(); } |