Kaynağa Gözat

removed debug code

Gildas 7 yıl önce
ebeveyn
işleme
efc0c0e653
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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);