Explorar el Código

removed debugger statement

Gildas hace 7 años
padre
commit
4eff667123
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 */
 						}
 					}