gui: delete comment

This commit is contained in:
Dawid Dziurla 2019-09-07 09:04:58 +02:00 committed by GitHub
parent cfd4b7a1cc
commit 2763336f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}