Browse Source

removed debugger statement

Gildas 7 năm trước cách đây
mục cha
commit
4eff667123
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lib/single-file/single-file-core.js

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

@@ -885,7 +885,6 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 							const dataURI = await batchRequest.addURL(new URL(resourceURL, baseURI).href);
 							resourceElement.setAttribute(attributeName, dataURI);
 						} catch (error) {
-							debugger
 							/* ignored */
 						}
 					}