mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-09 21:40:11 +00:00
Remove debug statement
This commit is contained in:
@@ -308,7 +308,7 @@ func cmdCommit(c *cli.Context) error {
|
||||
// TODO: Make request and response support all fields.
|
||||
func cmdQuery(c *cli.Context) error {
|
||||
args := c.Args()
|
||||
fmt.Println(len(args))
|
||||
|
||||
if len(args) == 0 {
|
||||
return errors.New("Command query takes 1 or more arguments")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user