Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Feb 6, 2025
1 parent 6d596c5 commit e2c578e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit e2c578e

Please sign in to comment.