From 2763336f4978c87f3ce6bc747bfdd87384acc95b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 7 Sep 2019 09:04:58 +0200 Subject: [PATCH] gui: delete comment --- pkg/gui/gui.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index abb52281..5c8c892d 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -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"}