Skip to content

Commit c90fd5e

Browse files
committed
fixup! remove forgotten console log
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 5ff26eb commit c90fd5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/ui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module.exports = async function (ctx) {
7676

7777
// Don't exit when window is closed (Quit only via Tray icon menu)
7878
ui.on('close', (event) => {
79-
console.log('---CLOSE WINDOW---')
8079
ipcMain.removeListener(ipcMainEvents.ACTIVITY_LOGGED, onNewActivity)
8180
event.preventDefault()
8281
ui.hide()

0 commit comments

Comments
 (0)