summaryrefslogtreecommitdiff
path: root/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util.ts')
-rw-r--r--util.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/util.ts b/util.ts
index 42163fb41..0b4b9adbc 100644
--- a/util.ts
+++ b/util.ts
@@ -13,8 +13,7 @@ _global["window"] = _global; // Create a window object.
const print = V8Worker2.print;
-// To control internal logging output
-const debug = false;
+import { debug } from "./main";
// Internal logging for deno. Use the "debug" variable above to control
// output.