summaryrefslogtreecommitdiff
path: root/js/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/util.ts')
-rw-r--r--js/util.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/util.ts b/js/util.ts
index 70cb79a55..9f87ab63d 100644
--- a/js/util.ts
+++ b/js/util.ts
@@ -1,6 +1,9 @@
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// All rights reserved. MIT License.
-import { debug } from "./main";
+
+//import { debug } from "./main";
+const debug = true;
+
import { TypedArray } from "./types";
// Internal logging for deno. Use the "debug" variable above to control