From e2ed0f5e55c132633bcbd5c7c64159c0aaced571 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 9 Aug 2016 10:33:34 +0200 Subject: [PATCH] Cleanup --- js/electron.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/electron.js b/js/electron.js index 1a3ddb64..75dc47fd 100644 --- a/js/electron.js +++ b/js/electron.js @@ -45,7 +45,6 @@ function createWindow() { }); mainWindow.on("leave-full-screen", function() { - // console.log("leave-full-screen"); mainWindow.setFullScreen(true); });