Removed console

This commit is contained in:
Devine Lu Linvega
2018-09-14 15:13:51 +12:00
parent 3d7b5c8a2a
commit 14c3540f72
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ app.on('ready', () =>
})
app.win.loadURL(`file://${__dirname}/sources/index.html`);
// app.win.toggleDevTools();
app.inspect();
app.win.on('closed', () => {
win = null