bill 4 months ago
parent
commit
e6ae349672
1 changed files with 0 additions and 1 deletions
  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");