Browse Source

removed comment

Gildas 7 years ago
parent
commit
202f4fe349
1 changed files with 0 additions and 2 deletions
  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);