From bfa4d248105582f6b4f40393dc844643c19e1efd Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 18 May 2019 20:09:59 +1000 Subject: [PATCH] remove commented out code --- pkg/gui/gui.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 59082f23..71a9a44d 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -477,8 +477,6 @@ func (gui *Gui) Run() error { go func() { gui.waitForIntro.Wait() - // TODO: see if this is right - // gui.goEvery(time.Second*10, gui.refreshContainers) gui.goEvery(time.Millisecond*50, gui.renderAppStatus) gui.goEvery(time.Millisecond*30, gui.reRenderMain) }()