瀏覽代碼

removed debugger keyword

Gildas 7 年之前
父節點
當前提交
fe34b80702
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/single-file/single-file-core.js

+ 0 - 1
lib/single-file/single-file-core.js

@@ -535,7 +535,6 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 
 		removeHiddenElements() {
 			const hiddenElements = this.doc.querySelectorAll("[" + REMOVED_CONTENT_ATTRIBUTE_NAME + "]");
-			debugger
 			if (this.options.displayStats) {
 				this.stats.discarded.hiddenElements = hiddenElements.length;
 			}