summaryrefslogtreecommitdiffstats
path: root/commands/commandeer.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/commandeer.go')
-rw-r--r--commands/commandeer.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/commands/commandeer.go b/commands/commandeer.go
index e433e935a..377f67553 100644
--- a/commands/commandeer.go
+++ b/commands/commandeer.go
@@ -338,9 +338,6 @@ func (r *rootCommand) Run(ctx context.Context, cd *simplecobra.Commandeer, args
defer r.timeTrack(time.Now(), "Built")
}
err := b.build()
- if err != nil {
- r.Println("Error:", err.Error())
- }
return err
}()