瀏覽代碼

remove debugger

Gildas 2 年之前
父節點
當前提交
c31b695142
共有 1 個文件被更改,包括 0 次插入1 次删除
  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());