Skip to content

Commit

Permalink
Kill a debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 19, 2018
1 parent 0e1f826 commit 366bbea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/leiningen/nrepl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
All of them are collected converted to Clojure data structures, collected into a
map and passed to `start-nrepl`."
[project & args]
(println args)
(let [profile (or (:nrepl (:profiles project)) nrepl-profile)
project (lproject/merge-profiles project [profile])]
(leval/eval-in-project
Expand Down

0 comments on commit 366bbea

Please sign in to comment.