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); });