Skip to content

Commit

Permalink
Fix: remove println.
Browse files Browse the repository at this point in the history
  • Loading branch information
teesloane committed Apr 29, 2020
1 parent f630300 commit ebbe2d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clojure/src/firn/org.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
NOTE: When developing with a REPL, this shells out to the rust bin.
When compiled to a native image, it uses JNI to talk to the rust .dylib."
[file-str]
(prn "cwd is " (u/get-cwd))
(if (u/native-image?)
(ClojureRust/getFreeMemory file-str)
(let [parser (str (u/get-cwd) "/resources/parser")
Expand Down

0 comments on commit ebbe2d8

Please sign in to comment.