Skip to content

Commit 3ce06c3

Browse files
committed
removed debug window.
1 parent 441d31d commit 3ce06c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function createWindow () {
111111
}));
112112

113113
// Open the DevTools.
114-
win.webContents.openDevTools();
114+
//win.webContents.openDevTools();
115115

116116
// Emitted when the window is closed.
117117
win.on('closed', () => {

0 commit comments

Comments
 (0)