summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/test_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/subdir/test_worker.js')
-rw-r--r--cli/tests/subdir/test_worker.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/subdir/test_worker.js b/cli/tests/subdir/test_worker.js
index 70e1d8b73..9c1e555b5 100644
--- a/cli/tests/subdir/test_worker.js
+++ b/cli/tests/subdir/test_worker.js
@@ -5,8 +5,6 @@ if (self.name !== "jsWorker") {
}
onmessage = function(e) {
- console.log(e.data);
-
if (thrown === false) {
thrown = true;
throw new SyntaxError("[test error]");
@@ -17,6 +15,5 @@ onmessage = function(e) {
};
onerror = function() {
- console.log("called onerror in worker");
return false;
};