Skip to content

Commit

Permalink
Removed legacy console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Jun 18, 2019
1 parent 36f1ef8 commit 520b94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/electron-launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,5 @@ async.parallel([
// Example: Electron 0.36.9 (Node.js 5.1.1)
loadURLOptions.userAgent = 'Electron ' + process.versions.electron + ' (Node ' + process.versions.node + ')';
}
console.log('mid5');
browserWindow.loadURL(decodeURIComponent(program.encodedUrl), loadURLOptions);
});

0 comments on commit 520b94b

Please sign in to comment.