mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
remove commented out code
This commit is contained in:
parent
ad9b62e95e
commit
bfa4d24810
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
}()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue