We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d596c5 commit e2c578eCopy full SHA for e2c578e
src/loader.ts
@@ -274,7 +274,6 @@ You can select a file to upload from the main page by clicking the 'Choose File.
274
const msg = { msg_type: "cancelLoad", name: this.coll };
275
276
if (!this.noWebWorker) {
277
- console.log("has web worker", new URL(window.location.href).origin);
278
this.worker.postMessage(msg);
279
this.dispatchEvent(
280
new CustomEvent("coll-load-cancel", {
0 commit comments