Skip to content

Commit

Permalink
gui: delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Sep 7, 2019
1 parent cfd4b7a commit 2763336
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 2763336

Please sign in to comment.