mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
remove unnecessary logging
This commit is contained in:
parent
d3eea00139
commit
6bbd22bb8d
1 changed files with 0 additions and 9 deletions
|
|
@ -5,7 +5,6 @@ import (
|
|||
"os/exec"
|
||||
"time"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/jesseduffield/gocui"
|
||||
"github.com/jesseduffield/lazydocker/pkg/commands"
|
||||
"github.com/jesseduffield/lazydocker/pkg/utils"
|
||||
|
|
@ -160,17 +159,9 @@ func (gui *Gui) handleContainersNextLine(g *gocui.Gui, v *gocui.View) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
gui.Log.Warn("nexting")
|
||||
gui.Log.Warn(spew.Sdump(gui.State.Panels.Containers))
|
||||
gui.Log.Warn(len(gui.State.Containers))
|
||||
|
||||
panelState := gui.State.Panels.Containers
|
||||
gui.changeSelectedLine(&panelState.SelectedLine, len(gui.State.Containers), false)
|
||||
|
||||
gui.Log.Warn("nexting2")
|
||||
gui.Log.Warn(spew.Sdump(gui.State.Panels.Containers))
|
||||
gui.Log.Warn(len(gui.State.Containers))
|
||||
|
||||
return gui.handleContainerSelect(gui.g, v, false)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue