diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go index 339f1469..79124f7f 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -18,7 +18,6 @@ func runLsBug(cmd *cobra.Command, args []string) error { var query *cache.Query if len(args) >= 1 { - fmt.Println("Query", args[0]) query, err = cache.ParseQuery(args[0]) if err != nil { |