Skip to content

Commit

Permalink
Let completion use the default printing
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed May 18, 2012
1 parent 4ed986a commit e60fbba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clj/reply/eval_modes/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
(execute-with-client
client
{:value (partial reset! results)
:out print
:err (constantly nil)
:session session}
(pr-str `(binding [*ns* (symbol ~(deref current-ns))] ~form)))
(read-string @results)))
Expand Down

0 comments on commit e60fbba

Please sign in to comment.