1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00

remove redundant commit

This commit is contained in:
Jakob Kogler 2021-12-25 13:56:50 +01:00 committed by Jesse Duffield
parent 68fc6059d3
commit ee7a6391a8

View File

@ -636,8 +636,6 @@ func (gui *Gui) runSubprocess(cmdObj oscommands.ICmdObj) error {
err := subprocess.Run()
if err != nil {
// not handling the error explicitly because usually we're going to see it
// in the output anyway
gui.Log.Error(err)
}