Explorar el Código

removed debug code

Gildas hace 7 años
padre
commit
efc0c0e653
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      lib/single-file/single-file-core.js

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

@@ -1025,8 +1025,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 							if (dataURI.startsWith(prefixDataURI)) {
 								resourceElement.setAttribute(attributeName, dataURI);
 							} else {
-								debugger
-								// resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);
+								resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);
 							}
 						} catch (error) {
 							resourceElement.setAttribute(attributeName, EMPTY_DATA_URI);