bill 4 miesięcy temu
rodzic
commit
e6ae349672
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/util/file-serve.ts

+ 0 - 1
src/util/file-serve.ts

@@ -88,7 +88,6 @@ type SaveAs = (
 export const saveAs: SaveAs =
   "download" in HTMLAnchorElement.prototype && !isMacOSWebView
     ? (blob, name = "download", opts) => {
-        debugger;
         const URL = global.URL || global.webkitURL;
         const a = document.createElement("a");