Parcourir la source

removed debugger

Gildas il y a 7 ans
Parent
commit
cd878e20de
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      lib/single-file/single-file-browser.js

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

@@ -83,7 +83,6 @@ this.SingleFile = this.SingleFile || (() => {
 				contentType = contentType.match(/^([^;]*)/)[0];
 			}
 			if (contentType.indexOf("/") <= 0) {
-				debugger
 				contentType = null;
 			}
 			if (options && options.asDataURI) {