remove commented out code

This commit is contained in:
Jesse Duffield 2019-05-18 20:09:59 +10:00
parent ad9b62e95e
commit bfa4d24810

View file

@ -477,8 +477,6 @@ func (gui *Gui) Run() error {
go func() { go func() {
gui.waitForIntro.Wait() 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*50, gui.renderAppStatus)
gui.goEvery(time.Millisecond*30, gui.reRenderMain) gui.goEvery(time.Millisecond*30, gui.reRenderMain)
}() }()