From 38713f9e2d67064268d0ec70c4f66672b2960942 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 7 Jul 2016 20:12:11 -0700 Subject: [PATCH] notify: remove `console.log` --- notify.js | 1 - 1 file changed, 1 deletion(-) diff --git a/notify.js b/notify.js index 83171572..acd2d398 100644 --- a/notify.js +++ b/notify.js @@ -21,7 +21,6 @@ app.on('ready', () => { ); win_.loadURL(url); win_.webContents.on('dom-ready', () => { - console.log('ready'); win = win_; buffer.forEach(([title, body]) => { notify(title, body);