浏览代码

removed comment

Gildas 7 年之前
父节点
当前提交
202f4fe349
共有 1 个文件被更改,包括 0 次插入2 次删除
  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);