summaryrefslogtreecommitdiff
path: root/cli/js/location_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/location_test.ts')
-rw-r--r--cli/js/location_test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/location_test.ts b/cli/js/location_test.ts
index 663e206ef..805ba3e73 100644
--- a/cli/js/location_test.ts
+++ b/cli/js/location_test.ts
@@ -3,6 +3,5 @@ import { test, assert } from "./test_util.ts";
test(function locationBasic(): void {
// location example: file:///Users/rld/src/deno/js/unit_tests.ts
- console.log("location", window.location.toString());
assert(window.location.toString().endsWith("unit_tests.ts"));
});