소스 검색

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());