From 7f647b42d0110d14d2aca00c79c22655b18bf564 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 12 Apr 2019 13:34:07 -0700 Subject: [PATCH] Removed debug print message --- modules/win-console.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/win-console.js b/modules/win-console.js index 4d0970d..3b982d8 100644 --- a/modules/win-console.js +++ b/modules/win-console.js @@ -145,7 +145,6 @@ function WindowsConsole() this.TrayIcon.remove(); handled = true; } - if (!handled) { console.log(msg); } } }); retVal.remove = function remove()