diff --git a/src/node/StreamWindow.js b/src/node/StreamWindow.js index 4787cca..6e74eae 100644 --- a/src/node/StreamWindow.js +++ b/src/node/StreamWindow.js @@ -137,7 +137,6 @@ export default class StreamWindow extends EventEmitter { // Prevent view pages from navigating away from the specified URL. view.webContents.on('will-navigate', (ev) => { - console.log(ev) ev.preventDefault() })