Gildas 7 лет назад
Родитель
Сommit
4eff667123
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      lib/single-file/single-file-core.js

+ 0 - 1
lib/single-file/single-file-core.js

@@ -885,7 +885,6 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 							const dataURI = await batchRequest.addURL(new URL(resourceURL, baseURI).href);
 							resourceElement.setAttribute(attributeName, dataURI);
 						} catch (error) {
-							debugger
 							/* ignored */
 						}
 					}