Browse Source

Remove Printf

pull/1842/head
Ethan Frey 7 years ago
parent
commit
59a77e7bef
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      cli/setup.go

+ 0
- 1
cli/setup.go 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 {


Loading…
Cancel
Save