Browse Source

commented debug code

Gildas 7 years ago
parent
commit
de926f76be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/single-file/html-images-minifier.js

+ 1 - 1
lib/single-file/html-images-minifier.js

@@ -119,7 +119,7 @@ this.imagesMinifier = this.imagesMinifier || (() => {
 						imageElement.setAttributeNS(SVG_NS, "width", imageData.naturalWidth);
 						imageElement.setAttributeNS(SVG_NS, "height", imageData.naturalHeight);
 					}
-					svgElement.style.border = "1px solid red";
+					// svgElement.style.border = "1px solid red";
 					imgElement.parentElement.replaceChild(svgElement, imgElement);
 				}
 			}