From dd7229dc5923d428ea80000cd85a49c0c92d3f6d Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 17 Aug 2024 21:51:03 +0100 Subject: [PATCH] feat: reducing http downloads duplicate --- src/main/services/download/http-download.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/services/download/http-download.ts b/src/main/services/download/http-download.ts index 5b30321a..4f6c31a9 100644 --- a/src/main/services/download/http-download.ts +++ b/src/main/services/download/http-download.ts @@ -42,8 +42,6 @@ export class HttpDownload { WindowManager.mainWindow?.webContents.session.once( "will-download", (_event, item, _webContents) => { - console.log(_event); - this.downloadItem = item; item.setSavePath(path.join(this.downloadPath, item.getFilename()));