mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +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.
|
// TODO: Make request and response support all fields.
|
||||||
func cmdQuery(c *cli.Context) error {
|
func cmdQuery(c *cli.Context) error {
|
||||||
args := c.Args()
|
args := c.Args()
|
||||||
fmt.Println(len(args))
|
|
||||||
if len(args) == 0 {
|
if len(args) == 0 {
|
||||||
return errors.New("Command query takes 1 or more arguments")
|
return errors.New("Command query takes 1 or more arguments")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user