summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-20 19:44:13 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commit48f1adad49c01cf7f093e8f9921582690bef55a7 (patch)
treed3af86de8669e7003b17d30c7048fb79bb383ecf /pkg/gui/context.go
parent379d37a2555fe5dd51e06f584c0a159cce2cd06e (diff)
stop logging stack
Diffstat (limited to 'pkg/gui/context.go')
-rw-r--r--pkg/gui/context.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/gui/context.go b/pkg/gui/context.go
index 092df795a..9cbd22276 100644
--- a/pkg/gui/context.go
+++ b/pkg/gui/context.go
@@ -3,7 +3,6 @@ package gui
import (
"fmt"
- "github.com/davecgh/go-spew/spew"
"github.com/jesseduffield/gocui"
)
@@ -414,8 +413,6 @@ func (gui *Gui) postRefreshUpdate(c Context) error {
}
func (gui *Gui) activateContext(c Context) error {
- gui.Log.Warn(spew.Sdump(gui.renderContextStack()))
-
viewName := c.GetViewName()
v, err := gui.g.View(viewName)
// if view no longer exists, pop again