summaryrefslogtreecommitdiff
path: root/cli/js.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js.rs')
-rw-r--r--cli/js.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js.rs b/cli/js.rs
index e3a5b94be..6a312a206 100644
--- a/cli/js.rs
+++ b/cli/js.rs
@@ -28,7 +28,6 @@ mod tests {
if (!(bootstrap.mainRuntime && bootstrap.workerRuntime)) {
throw Error("bad");
}
- console.log("we have console.log!!!");
"#,
)
.unwrap();