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
1 changed files with 0 additions and 1 deletions

View File

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