Skip to content

Commit 38aa73f

Browse files
update logging
1 parent ef7524a commit 38aa73f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/com/thelastcitadel/es/engine.clj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
*out* o
3737
*err* e
3838
*ns* (find-ns 'com.thelastcitadel.es.core)]
39-
(println "=============com.thelastcitadel.es.engine==========")
40-
(println (pr-str (find-ns 'com.thelastcitadel.es.core)))
41-
(println "=============/com.thelastcitadel.es.engine==========")
39+
(println "Invoke Script" script)
4240
(eval (read-string (str "(binding [*ns* *ns*] (eval '(do " script " )))")))))
4341
out (String. (.toByteArray out))]
4442
(when-not (empty? out)

0 commit comments

Comments
 (0)