From 237f7670b5eee7fd36644327f74066c9f8c7653e Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:52:19 +0200 Subject: [PATCH] chore: forgot to remove debug console log --- electron/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/index.ts b/electron/index.ts index d2bcb38..9ff6477 100644 --- a/electron/index.ts +++ b/electron/index.ts @@ -104,7 +104,6 @@ function createWindow() { }); ipcMain.on('openTxtFile', (event, args) => { - console.log('heya', args) openTempTextFile(args) event.reply('openTxtFile') })