Remove println crud

This commit is contained in:
Scott Richmond 2022-05-20 18:50:43 -04:00
parent f0fe8005e9
commit 355b9f9949

View File

@ -412,7 +412,6 @@
splat-map? (and splat-map? (and
(map? splatted) (map? splatted)
(::data/hashmap splatted))] (::data/hashmap splatted))]
(println "interpreting splat in hash")
(if splat-map? (if splat-map?
(merge %1 splatted) (merge %1 splatted)
(throw (ex-info "Cannot splat non-hashmap into hashmap" {:ast %2})))) (throw (ex-info "Cannot splat non-hashmap into hashmap" {:ast %2}))))