We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7b5d9 commit fc1572eCopy full SHA for fc1572e
src/electron/window-manager.js
@@ -116,14 +116,6 @@ module.exports.create = function(opts) {
116
}
117
});
118
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
- }
127
return _window;
128
};
129
0 commit comments