Ver Fonte

remove debugger

Gildas há 2 anos atrás
pai
commit
c31b695142
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/core/content/content-bootstrap.js

+ 0 - 1
src/core/content/content-bootstrap.js

@@ -73,7 +73,6 @@ if (globalThis.window == globalThis.top && location && location.href && (locatio
 }
 
 async function extractFile() {
-	debugger;
 	if (document.documentElement.dataset.sfz !== undefined) {
 		const data = await getContent();
 		document.querySelectorAll("#sfz-error-message").forEach(element => element.remove());