mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
Remove Printf
This commit is contained in:
@ -102,7 +102,6 @@ func (e Executor) Execute() error {
|
|||||||
fmt.Println("ERROR:", err.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
|
// return error code 1 by default, can override it with a special error type
|
||||||
exitCode := 1
|
exitCode := 1
|
||||||
if ec, ok := err.(ExitCoder); ok {
|
if ec, ok := err.(ExitCoder); ok {
|
||||||
|
Reference in New Issue
Block a user