mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
gui: delete comment
This commit is contained in:
parent
cfd4b7a1cc
commit
2763336f49
1 changed files with 0 additions and 10 deletions
|
|
@ -149,16 +149,6 @@ func NewGui(log *logrus.Entry, dockerCommand *commands.DockerCommand, oSCommand
|
|||
PreviousViews: stack.New(),
|
||||
}
|
||||
|
||||
/*
|
||||
// debugging PreviousViews
|
||||
go func() {
|
||||
for {
|
||||
<-time.After(time.Second * 2)
|
||||
log.Println("HERE", initialState.PreviousViews.Len())
|
||||
}
|
||||
}()
|
||||
*/
|
||||
|
||||
cyclableViews := []string{"project", "containers", "images", "volumes"}
|
||||
if dockerCommand.InDockerComposeProject {
|
||||
cyclableViews = []string{"project", "services", "containers", "images", "volumes"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue