summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 0 insertions, 2 deletions
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)
}