From 774fa85edc1b013eb93836796d357210418284cf Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Thu, 11 Jan 2018 16:37:56 -0600 Subject: [PATCH] fix(zap): remove old code commented out --- app/main.dev.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main.dev.js b/app/main.dev.js index b5dcbf8e..6e243307 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -89,8 +89,6 @@ app.on('ready', async () => { icon: icon }) - // mainWindow.maximize() - mainWindow.loadURL(`file://${__dirname}/app.html`) // @TODO: Use 'ready-to-show' event