Skip to content
Snippets Groups Projects
Commit 756ec342 authored by Ryan Senior's avatar Ryan Senior
Browse files

Remove println causing extra nils written out during tests

parent 6a2ba531
Branches
Tags
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.
Please register or to comment