Skip to content

Commit

Permalink
[#48] Remove unused call
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Dec 19, 2017
1 parent f3ae182 commit efb2da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/try_clojerl/repl.clje
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"")
(finally
(erlang/group_leader group-leader (erlang/self))))]
#erl[res (str *out* (ct/capture_get)) (str *err*)]))))
#erl[res (str *out*) (str *err*)]))))

(defn prompt [] (str *ns* "=> "))

Expand Down

0 comments on commit efb2da8

Please sign in to comment.