Ver Fonte

removed comment

Gildas há 7 anos atrás
pai
commit
202f4fe349
1 ficheiros alterados com 0 adições e 2 exclusões
  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);