mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Remove the old debug log menu item
This commit is contained in:
parent
11633d7d87
commit
854374dc7c
2 changed files with 0 additions and 6 deletions
|
@ -75,7 +75,6 @@
|
|||
<button class='hamburger' alt='signal menu'></button>
|
||||
<ul class='menu-list'>
|
||||
<li class='showSettings'>{{ settings }}</li>
|
||||
<li class='show-debug-log'>{{ submitDebugLog }}</li>
|
||||
<li class='restart-signal'>{{ restartSignal }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue