Преглед изворни кода

removed debugger statement

Gildas пре 7 година
родитељ
комит
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 */
 						}
 					}