Remove debug code to show a dialog from master

This commit is contained in:
Marcel Schramm 2020-10-18 15:19:00 +02:00
parent 113fb9e77e
commit d9d8cffca8
No known key found for this signature in database
GPG Key ID: 05971054C70EEDC7
1 changed files with 0 additions and 5 deletions

View File

@ -2170,11 +2170,6 @@ func (window *Window) handleChatWindowShortcuts(event *tcell.EventKey) *tcell.Ev
return event
}
if event.Key() == tcell.KeyCtrlE {
window.ShowErrorDialog("Oopsie woopsie")
return nil
}
if shortcuts.DirectionalFocusHandling(event, window.app) == nil {
return nil
}