Removed unneeded debug logging.
This commit is contained in:
parent
709b8b7d25
commit
2ed77de13e
@ -360,7 +360,6 @@
|
|||||||
|
|
||||||
|
|
||||||
(defn filter-landmarks [config landmarks]
|
(defn filter-landmarks [config landmarks]
|
||||||
(log-info "%s %s" config landmarks)
|
|
||||||
(let [block-regexes (map re-pattern (:blocklist config))
|
(let [block-regexes (map re-pattern (:blocklist config))
|
||||||
blocked? (fn [l]
|
blocked? (fn [l]
|
||||||
(some #(re-find % (-> l :properties :name)) block-regexes))]
|
(some #(re-find % (-> l :properties :name)) block-regexes))]
|
||||||
|
Loading…
Reference in New Issue
Block a user