Skip to content
Snippets Groups Projects
Unverified Commit 76d24abc authored by Ryan Senior's avatar Ryan Senior Committed by GitHub
Browse files

Merge pull request #7371 from metabase/remove-extra-println

Remove println causing extra nils written out during tests
parents 6a2ba531 756ec342
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@
(defn applied-filters
"Extract fields and their values from MBQL filter clauses."
[filter-clause]
(println filter-clause)
(when filter-clause
(if (-> filter-clause first qp.util/normalize-token (#{:and :not :or}))
(mapcat applied-filters (rest filter-clause))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment