瀏覽代碼

removed debugger

Gildas 7 年之前
父節點
當前提交
645793f975
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/lazy/content/content-lazy-loader.js

+ 0 - 1
lib/lazy/content/content-lazy-loader.js

@@ -83,7 +83,6 @@ this.lazyLoader = this.lazyLoader || (() => {
 		if (lazyLoader.getScriptPath) {
 			scriptElement.src = lazyLoader.getScriptPath(path);
 		} else {
-			debugger
 			scriptElement.textContent = lazyLoader.getScriptContent(path);
 		}
 		(document.documentElement || document).appendChild(scriptElement);