Explorar o código

removed debugger keyword

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
fe34b80702
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 			}