diff --git a/src/main.js b/src/main.js index 19f3428..554477f 100644 --- a/src/main.js +++ b/src/main.js @@ -85,6 +85,3 @@ app.on('window-all-closed', function () { app.quit() } }) - -// In this file you can include the rest of your app's specific main process -// code. You can also put them in separate files and require them here.