get rid of debug println
This commit is contained in:
parent
1e46b1f207
commit
f879a59b72
|
@ -36,8 +36,7 @@
|
||||||
(try
|
(try
|
||||||
(clojure->java (apply f (map java->clojure arguments)))
|
(clojure->java (apply f (map java->clojure arguments)))
|
||||||
(catch Exception ex
|
(catch Exception ex
|
||||||
(println "exception!")
|
(throw (new FunctionException ex))))))]
|
||||||
(throw (new FunctionException (.getMessage ex) ex))))))]
|
|
||||||
(.add @functions handler name (make-array String 0))
|
(.add @functions handler name (make-array String 0))
|
||||||
(.retrieve @functions name)))
|
(.retrieve @functions name)))
|
||||||
|
|
||||||
|
|
Reference in a new issue