diff --git a/electron/src/electron-main.js b/electron/src/electron-main.js index 8f11d789b2..4053398c5c 100644 --- a/electron/src/electron-main.js +++ b/electron/src/electron-main.js @@ -18,7 +18,6 @@ function onWindowOrNavigate(ev, target) { // app, as we could end up opening any sort of random // url in a window that has node scripting access. ev.preventDefault(); - debugger; // node-open passes the target to open/start/xdg-open, // so put fairly stringent limits on what can be opened