mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-03 00:57:52 +02:00
stop logging stack
This commit is contained in:
@ -3,7 +3,6 @@ package gui
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
"github.com/jesseduffield/gocui"
|
"github.com/jesseduffield/gocui"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -414,8 +413,6 @@ func (gui *Gui) postRefreshUpdate(c Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (gui *Gui) activateContext(c Context) error {
|
func (gui *Gui) activateContext(c Context) error {
|
||||||
gui.Log.Warn(spew.Sdump(gui.renderContextStack()))
|
|
||||||
|
|
||||||
viewName := c.GetViewName()
|
viewName := c.GetViewName()
|
||||||
v, err := gui.g.View(viewName)
|
v, err := gui.g.View(viewName)
|
||||||
// if view no longer exists, pop again
|
// if view no longer exists, pop again
|
||||||
|
Reference in New Issue
Block a user