From 0899c6b5e317cae777ea8f2c36a8284cf40a8081 Mon Sep 17 00:00:00 2001 From: AJ Keller Date: Fri, 20 Apr 2018 07:29:49 -0400 Subject: [PATCH] FIX: remove verbose --- src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background.js b/src/background.js index 3a4b352..3230b46 100755 --- a/src/background.js +++ b/src/background.js @@ -106,7 +106,7 @@ ipcMain.on("quit", () => { }); const debug = false; -const verbose = true; +const verbose = false; const sendCounts = true; let syncingChanSettings = false;