Browse Source

Remove debug statement

pull/1780/head
Adrian Brink 7 years ago
parent
commit
b55e695d3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/abci-cli/abci-cli.go

+ 1
- 1
cmd/abci-cli/abci-cli.go View File

@ -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")
}


Loading…
Cancel
Save