1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00

remove sdump

This commit is contained in:
Jesse Duffield 2020-08-21 21:02:52 +10:00
parent ce20d1b482
commit 50c9ae863a

View File

@ -1,7 +1,6 @@
package gui
import (
"github.com/davecgh/go-spew/spew"
"github.com/jesseduffield/gocui"
"github.com/jesseduffield/lazygit/pkg/commands"
)
@ -101,8 +100,6 @@ func (gui *Gui) refreshCommitFilesView() error {
}
gui.State.CommitFiles = files
gui.Log.Warn(spew.Sdump(files))
return gui.postRefreshUpdate(gui.Contexts.CommitFiles.Context)
}