diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index d7217e9cb..1c2ae01e3 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -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) }