diff --git a/src/Ui/media/Wrapper.coffee b/src/Ui/media/Wrapper.coffee index 171da70c..8d030a88 100644 --- a/src/Ui/media/Wrapper.coffee +++ b/src/Ui/media/Wrapper.coffee @@ -49,7 +49,6 @@ class Wrapper throw "Event not trusted" if e.originalEvent.constructor not in @allowed_event_constructors - debugger throw "Invalid event constructor: #{e.constructor} not in #{JSON.stringify(@allowed_event_constructors)}" if e.originalEvent.currentTarget != allowed_target[0] @@ -440,7 +439,6 @@ class Wrapper window.document.title = @site_info.content.title+" - ZeroNet" @log "Setting title to", window.document.title - onWrapperLoad: => # Cleanup secret variables delete window.wrapper