From e2c578e35b23412712ba0f1d91d19e41979984a2 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Wed, 5 Feb 2025 16:33:48 -0800 Subject: [PATCH] remove console log --- src/loader.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/loader.ts b/src/loader.ts index 5521340d..fcec4150 100644 --- a/src/loader.ts +++ b/src/loader.ts @@ -274,7 +274,6 @@ You can select a file to upload from the main page by clicking the 'Choose File. const msg = { msg_type: "cancelLoad", name: this.coll }; if (!this.noWebWorker) { - console.log("has web worker", new URL(window.location.href).origin); this.worker.postMessage(msg); this.dispatchEvent( new CustomEvent("coll-load-cancel", {