Gildas 7 лет назад
Родитель
Сommit
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);