Browse Source

removed debugger

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