mirror of
https://github.com/sern-handler/gui
synced 2026-06-06 01:16:54 +00:00
chore: forgot to remove debug console log
This commit is contained in:
@@ -104,7 +104,6 @@ function createWindow() {
|
||||
});
|
||||
|
||||
ipcMain.on('openTxtFile', (event, args) => {
|
||||
console.log('heya', args)
|
||||
openTempTextFile(args)
|
||||
event.reply('openTxtFile')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user