Explorar el Código

removed comment

Gildas hace 7 años
padre
commit
202f4fe349
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      lib/single-file/html-images-minifier.js

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

@@ -22,8 +22,6 @@
 
 this.imagesMinifier = this.imagesMinifier || (() => {
 
-	// const EMPTY_IMAGE = "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==";
-
 	return {
 		process: (doc, options) => {
 			const imageGroups = getImageGroups(doc);