From b81c30be4830ae94a8506529efc12ea72c544fea Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 20 Jul 2019 16:58:20 +0900 Subject: [PATCH] Removed console --- desktop/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/main.js b/desktop/main.js index 5201349..33934bd 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -23,7 +23,7 @@ app.on('ready', () => { }) app.win.loadURL(`file://${__dirname}/sources/index.html`) - app.inspect() + // app.inspect() app.win.on('closed', () => { win = null