From 624afb5506767cc6ff40613c9eef273b3d65ebea Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 17 Oct 2020 19:54:28 +0200 Subject: [PATCH] cleanup --- main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.js b/main.js index b961153..4d74cac 100644 --- a/main.js +++ b/main.js @@ -34,9 +34,6 @@ function createWindow() { console.log(`Server started on port ${server.address().port}`) mainWindow.loadURL(`http://127.0.0.1:${server.address().port}`) }) - - // Open the DevTools. - // mainWindow.webContents.openDevTools() } // This method will be called when Electron has finished