Skip to content

Commit fc1572e

Browse files
committed
INT-750 don't open dev console automatically.
1 parent fc7b5d9 commit fc1572e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/electron/window-manager.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,6 @@ module.exports.create = function(opts) {
116116
}
117117
});
118118

119-
// @todo (imlucas)
120-
// When in dev mode, automaticaly open devtools
121-
// detached for ease of debugging.
122-
if (_.contains(['testing', 'development'], process.env.NODE_ENV)) {
123-
_window.openDevTools({
124-
detach: true
125-
});
126-
}
127119
return _window;
128120
};
129121

0 commit comments

Comments
 (0)