Remove println crud
This commit is contained in:
parent
f0fe8005e9
commit
355b9f9949
|
@ -412,7 +412,6 @@
|
|||
splat-map? (and
|
||||
(map? splatted)
|
||||
(::data/hashmap splatted))]
|
||||
(println "interpreting splat in hash")
|
||||
(if splat-map?
|
||||
(merge %1 splatted)
|
||||
(throw (ex-info "Cannot splat non-hashmap into hashmap" {:ast %2}))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user