summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJakob Kogler <jakob.kogler@gmail.com>2021-12-25 13:56:50 +0100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-07 11:01:42 +1100
commitee7a6391a8a9fe0d784857681bd7b33df3c35cab (patch)
tree21ad8824291b882a50015c85cd7e604cb0ec2e7b /pkg
parent68fc6059d3551e88634caaad2f1ecdbfe6200af4 (diff)
remove redundant commit
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)
}