1
Fork 0

Removed old debug log

This commit is contained in:
Jake Howard 2015-11-04 13:29:52 +00:00
parent 1ad5baef14
commit 373cc9211c

View file

@ -25,7 +25,6 @@ app.on('ready', function () {
height: 600, height: 600,
frame: false frame: false
}); });
console.log(__dirname);
mainWindow.loadUrl('file://' + __dirname + '/index.html'); mainWindow.loadUrl('file://' + __dirname + '/index.html');
mainWindow.toggleDevTools(); mainWindow.toggleDevTools();