Remove Printf

This commit is contained in:
Ethan Frey 2017-06-14 17:01:15 +02:00
parent 0ecb38c6da
commit 59a77e7bef
1 changed files with 0 additions and 1 deletions

View File

@ -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 {