notify: remove console.log

This commit is contained in:
Guillermo Rauch 2016-07-07 20:12:11 -07:00
parent 1582b7204c
commit 38713f9e2d

View file

@ -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);