diff --git a/src/ludus/interpreter.clj b/src/ludus/interpreter.clj index 1907beb..5b22e74 100644 --- a/src/ludus/interpreter.clj +++ b/src/ludus/interpreter.clj @@ -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}))))