mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
Remove Printf
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user