From 59a77e7bef092eef0e1f9b44c983dc9e35eed0d6 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Wed, 14 Jun 2017 17:01:15 +0200 Subject: [PATCH] Remove Printf --- cli/setup.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/setup.go b/cli/setup.go index 4a64f00f..148ac7b8 100644 --- a/cli/setup.go +++ b/cli/setup.go @@ -102,7 +102,6 @@ func (e Executor) Execute() error { fmt.Println("ERROR:", err.Error()) } - fmt.Printf("%#v\n", e) // return error code 1 by default, can override it with a special error type exitCode := 1 if ec, ok := err.(ExitCoder); ok {