Browse Source

removed debug code

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

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

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