summaryrefslogtreecommitdiff
path: root/runtime/worker.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-03-26 12:34:25 -0400
committerGitHub <noreply@github.com>2021-03-26 12:34:25 -0400
commitf46e39c5c5435696daab9df075482e6e5c83533b (patch)
tree7699e06977e1149b5d056739f981c0217a91ed5e /runtime/worker.rs
parent6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff)
remove macro_use (#9884)
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r--runtime/worker.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs
index 51fe1dc27..00434b313 100644
--- a/runtime/worker.rs
+++ b/runtime/worker.rs
@@ -21,6 +21,7 @@ use deno_core::ModuleId;
use deno_core::ModuleLoader;
use deno_core::ModuleSpecifier;
use deno_core::RuntimeOptions;
+use log::debug;
use std::env;
use std::rc::Rc;
use std::sync::Arc;