1
0
Gildas 7 жил өмнө
parent
commit
645793f975

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