Remove println crud
This commit is contained in:
parent
f0fe8005e9
commit
355b9f9949
|
@ -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}))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user