diff --git a/pkg/gui/commit_files_panel.go b/pkg/gui/commit_files_panel.go index 556c1088c..55a2bde52 100644 --- a/pkg/gui/commit_files_panel.go +++ b/pkg/gui/commit_files_panel.go @@ -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) }