diff options
Diffstat (limited to 'toolkit/gocui/keybindings.go')
| -rw-r--r-- | toolkit/gocui/keybindings.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/gocui/keybindings.go b/toolkit/gocui/keybindings.go index c449906..8e8a8dc 100644 --- a/toolkit/gocui/keybindings.go +++ b/toolkit/gocui/keybindings.go @@ -40,7 +40,6 @@ func defaultKeybindings(g *gocui.Gui) error { var showDebug bool = true -// dump out the widgets func addDebugKeys(g *gocui.Gui) { // dump all widget info to the log g.SetKeybinding("", 'd', gocui.ModNone, |
