summaryrefslogtreecommitdiff
path: root/runtime/js.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/js.rs
parent6c6f3e87c1a60bc96d006812a670212eeacd1257 (diff)
remove macro_use (#9884)
Diffstat (limited to 'runtime/js.rs')
-rw-r--r--runtime/js.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js.rs b/runtime/js.rs
index d61572b21..9ad668467 100644
--- a/runtime/js.rs
+++ b/runtime/js.rs
@@ -1,6 +1,6 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-
use deno_core::Snapshot;
+use log::debug;
pub static CLI_SNAPSHOT: &[u8] =
include_bytes!(concat!(env!("OUT_DIR"), "/CLI_SNAPSHOT.bin"));