mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
notify: remove console.log
This commit is contained in:
parent
1582b7204c
commit
38713f9e2d
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue