X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/0197c3f5f7ac92d83711d28739670cba2e018701..12cae6a70ba4a908f4d47e7b7d0c03a6f2c6ed6e:/hotline/ui.go?ds=sidebyside diff --git a/hotline/ui.go b/hotline/ui.go index 168bf3a..b9e45dd 100644 --- a/hotline/ui.go +++ b/hotline/ui.go @@ -2,7 +2,6 @@ package hotline import ( "fmt" - "github.com/davecgh/go-spew/spew" "github.com/gdamore/tcell/v2" "github.com/rivo/tview" "gopkg.in/yaml.v3" @@ -108,7 +107,7 @@ func (ui *UI) showBookmarks() *tview.List { func (ui *UI) getTrackerList() *tview.List { listing, err := GetListing(ui.HLClient.pref.Tracker) if err != nil { - spew.Dump(err) + // TODO } list := tview.NewList()