Remove spurious console.log

This commit is contained in:
Max Goodhart
2020-09-09 23:33:31 -07:00
parent 84e97b9310
commit 4726954cb2

View File

@@ -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()
})