mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 07:02:48 -05:00
Remove spurious console.log
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user