Browse Source

removed debug code

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

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

@@ -128,9 +128,6 @@ this.imagesMinifier = this.imagesMinifier || (() => {
 						const svgElement = doc.createElementNS(SVG_NS, "svg");
 						const svgElement = doc.createElementNS(SVG_NS, "svg");
 						const useElement = doc.createElementNS(SVG_NS, "use");
 						const useElement = doc.createElementNS(SVG_NS, "use");
 						svgElement.appendChild(useElement);
 						svgElement.appendChild(useElement);
-						if (imgElement.src.includes("mainv_hayabusa2.png")) {
-							debugger
-						}
 						imgElement.getAttributeNames().forEach(attributeName => {
 						imgElement.getAttributeNames().forEach(attributeName => {
 							try {
 							try {
 								if (!IGNORED_ATTRIBUTES.includes(attributeName)) {
 								if (!IGNORED_ATTRIBUTES.includes(attributeName)) {