Removed unneeded debug logging.

This commit is contained in:
John Wiseman 2020-01-29 10:08:47 -08:00
parent 709b8b7d25
commit 2ed77de13e

View File

@ -360,7 +360,6 @@
(defn filter-landmarks [config landmarks]
(log-info "%s %s" config landmarks)
(let [block-regexes (map re-pattern (:blocklist config))
blocked? (fn [l]
(some #(re-find % (-> l :properties :name)) block-regexes))]