Skip to content

Commit e2c578e

Browse files
committed
remove console log
1 parent 6d596c5 commit e2c578e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/loader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ You can select a file to upload from the main page by clicking the 'Choose File.
274274
const msg = { msg_type: "cancelLoad", name: this.coll };
275275

276276
if (!this.noWebWorker) {
277-
console.log("has web worker", new URL(window.location.href).origin);
278277
this.worker.postMessage(msg);
279278
this.dispatchEvent(
280279
new CustomEvent("coll-load-cancel", {

0 commit comments

Comments
 (0)