get rid of debug println

This commit is contained in:
Gered 2014-03-04 10:54:14 -05:00
parent 1e46b1f207
commit f879a59b72

View file

@ -36,8 +36,7 @@
(try
(clojure->java (apply f (map java->clojure arguments)))
(catch Exception ex
(println "exception!")
(throw (new FunctionException (.getMessage ex) ex))))))]
(throw (new FunctionException ex))))))]
(.add @functions handler name (make-array String 0))
(.retrieve @functions name)))