Browse Source

commented debug code...

Gildas 7 years ago
parent
commit
7d5eb22df2
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

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