فهرست منبع

removed debug code

Gildas 7 سال پیش
والد
کامیت
efc0c0e653
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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);