Skip to content

Commit

Permalink
[FIX] Disables debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhwong authored Aug 8, 2018
1 parent 28daf4c commit b5b89a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.on('ready', function() {
mainWindow.focus();

//For debugging:
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();

mainWindow.on('close', function(e) {
e.preventDefault();
Expand Down

0 comments on commit b5b89a2

Please sign in to comment.