Skip to content

Commit 72bb52b

Browse files
committed
Update worker-channel.js
1 parent 05b63fe commit 72bb52b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

worker/worker-channel.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ async function setupWorkerChannel() {
5959
window.addEventListener('load', () => {
6060

6161
if (getStorage('workerDevLogs')) {
62-
63-
console.log(workerInstallPromise);
64-
62+
6563
workerChannel.postMessage({
6664
type: 'enableDevLogs'
6765
});

0 commit comments

Comments
 (0)