removed test code

This commit is contained in:
Antelle 2015-11-04 09:32:36 +03:00
parent c78410781c
commit 8885068b1d
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ var mainWindow = null,
app.on('window-all-closed', function() { app.quit(); });
app.on('ready', function() {
var htmlPath = path.join(app.getPath('userData'), 'index.html');
htmlPath = path.join(__dirname, '../tmp/index.html');
mainWindow = new BrowserWindow({
show: false,