Browse Source

remove debugger

Gildas 2 năm trước cách đây
mục cha
commit
c31b695142
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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());