remove debug log
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
20dd2c0b58
commit
e0bb6183a6
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ app.on('ready', () => {
|
||||||
mainWindowState.manage(mainWindow);
|
mainWindowState.manage(mainWindow);
|
||||||
|
|
||||||
if (!argv['hidden']) {
|
if (!argv['hidden']) {
|
||||||
console.log("Showing window");
|
|
||||||
mainWindow.show();
|
mainWindow.show();
|
||||||
} else {
|
} else {
|
||||||
// hide here explicitly because window manage above sometimes shows it
|
// hide here explicitly because window manage above sometimes shows it
|
||||||
|
|
Loading…
Reference in a new issue