remove log statement

This commit is contained in:
Erik Svedäng 2016-03-17 19:31:17 +01:00
parent 960847893e
commit 2692f1f3eb

View File

@ -229,7 +229,7 @@
x (error (str "Invalid type for call to 'map-copy': " x)))
"str" (do
(println (str "Calling str for signature: " signature))
;;(println (str "Calling str for signature: " signature))
(match signature
(:fn ((:ref (:Array t))) :string) (instantiate-str-for-array c-func-name t)