1
0
Gildas 7 жил өмнө
parent
commit
08c1ee184c

+ 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 useElement = doc.createElementNS(SVG_NS, "use");
 						svgElement.appendChild(useElement);
-						if (imgElement.src.includes("mainv_hayabusa2.png")) {
-							debugger
-						}
 						imgElement.getAttributeNames().forEach(attributeName => {
 							try {
 								if (!IGNORED_ATTRIBUTES.includes(attributeName)) {