Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
dthume committed Sep 22, 2014
1 parent c78a811 commit 903dfd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leiningen-core/src/leiningen/core/utils.clj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
printed."
[git-dir ref-path]
(let [ref (io/file git-dir ref-path)]
(println (.toString ref))
(if (.canRead ref)
(.trim (slurp ref))
(do
Expand Down

0 comments on commit 903dfd8

Please sign in to comment.