Remove debug statement

This commit is contained in:
Adrian Brink 2017-05-13 21:08:34 +02:00
parent 4674bf96b0
commit b55e695d3d
1 changed files with 1 additions and 1 deletions

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