Skip to content
Snippets Groups Projects
Unverified Commit 426392df authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Remove errant println (#14834)

[ci skip]
parent 80a88883
Branches
Tags
No related merge requests found
......@@ -140,7 +140,6 @@
"Returns a pair of [score, result] or nil. The score is a vector of comparable things in priority order. The result
has `:matched_column` and `matched_text` injected in"
[query-string result]
(println query-string)
(let [{:keys [score column match] :as hit} (score-with-match query-string result)]
(and hit
[[(- score)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment