summaryrefslogtreecommitdiff
path: root/js/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/util.ts')
-rw-r--r--js/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.ts b/js/util.ts
index 9f87ab63d..7216f9491 100644
--- a/js/util.ts
+++ b/js/util.ts
@@ -2,7 +2,7 @@
// All rights reserved. MIT License.
//import { debug } from "./main";
-const debug = true;
+const debug = false;
import { TypedArray } from "./types";