Skip to content

Commit

Permalink
remove printlns :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Aug 9, 2012
1 parent a3a2f01 commit 5472099
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/leiningen/repl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
(list 'quote n))))

(defn- start-server [project host port ack-port & [headless?]]
(println (handler-for project))
(let [server-starting-form
`(let [server# (clojure.tools.nrepl.server/start-server
:bind ~host :port ~port :ack-port ~ack-port
Expand All @@ -49,7 +48,6 @@
(println "nREPL server started on port" port#)
(spit ~(str (io/file (:target-path project) "repl-port")) port#)
@(promise))]
(println `(require ~@(init-requires project)))
(if project
(eval/eval-in-project
(project/merge-profiles project [(:repl (user/profiles) profile)
Expand Down

0 comments on commit 5472099

Please sign in to comment.