From 9ded37b53b94374eca62cd53a67eacce9d2032b8 Mon Sep 17 00:00:00 2001 From: hadess Date: Mon, 13 Jan 2025 03:52:34 +0100 Subject: [PATCH] Don't print text on exit (#104) --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index ed677aa..8ae9efc 100644 --- a/main.js +++ b/main.js @@ -159,7 +159,6 @@ app.on( "ready", () => { }); app.on( "window-all-closed", () => { - console.log("window-all-closed"); if( process.platform !== "darwin" ){ app.quit() }