This commit is contained in:
Daniel Ziltener 2017-11-21 14:57:39 +00:00
parent f3bb7f3d23
commit e99ba08836
1 changed files with 1 additions and 3 deletions

View File

@ -172,8 +172,6 @@
handled-class (gen-handlers initializer-class handler-fns clj-ns)]
(debug (pr-str handler-fns))
(.visitEnd handled-class)
(with-open [out (io/output-stream (io/file "/home/zilti/Test.class"))]
(.write out (.toByteArray handled-class)))
(.toByteArray handled-class)))
;; ;; Plumber