diff --git a/background.html b/background.html index 6bf7119ff..255a66ab0 100644 --- a/background.html +++ b/background.html @@ -75,7 +75,6 @@ diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index 2c74a32c6..8c47ae2d1 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -173,7 +173,6 @@ 'click #header': 'focusHeader', 'click .conversation': 'focusConversation', 'click .global-menu .hamburger': 'toggleMenu', - 'click .show-debug-log': 'showDebugLog', 'click .showSettings': 'showSettings', 'select .gutter .conversation-list-item': 'openConversation', 'input input.search': 'filterContacts', @@ -270,10 +269,6 @@ toggleMenu: function() { this.$('.global-menu .menu-list').toggle(); }, - showDebugLog: function() { - this.$('.debug-log').remove(); - new Whisper.DebugLogView().$el.appendTo(this.el); - }, showLightbox: function(e) { this.$el.append(e.target); },