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;