mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-30 08:52:49 -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.
|
// Prevent view pages from navigating away from the specified URL.
|
||||||
view.webContents.on('will-navigate', (ev) => {
|
view.webContents.on('will-navigate', (ev) => {
|
||||||
console.log(ev)
|
|
||||||
ev.preventDefault()
|
ev.preventDefault()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user