diff options
Diffstat (limited to 'cli/tests/subdir/test_worker.ts')
-rw-r--r-- | cli/tests/subdir/test_worker.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/subdir/test_worker.ts b/cli/tests/subdir/test_worker.ts index 2ea8f9214..1f924c073 100644 --- a/cli/tests/subdir/test_worker.ts +++ b/cli/tests/subdir/test_worker.ts @@ -3,7 +3,6 @@ if (self.name !== "tsWorker") { } onmessage = function(e): void { - console.log(e.data); postMessage(e.data); close(); }; |