diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-10 11:12:22 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-10 11:12:22 +0200 |
commit | 0dc705336e7851f488fdf4e51225d6daf18198ed (patch) | |
tree | 0725fee48ca75a3924d42c284cbb9997d7f54342 /commands/ls.go | |
parent | 71bee1e68c414fca14b4f36d6fccbe0af693a712 (diff) | |
download | git-bug-0dc705336e7851f488fdf4e51225d6daf18198ed.tar.gz |
cache: properly parse and clean qualifier with multi word
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 { |