Skip to content

Commit

Permalink
Merge pull request technomancy#1727 from winks/fix-warning
Browse files Browse the repository at this point in the history
Remove debug line when calling `lein deps`
  • Loading branch information
winks committed Oct 10, 2014
2 parents ca3b505 + 553a948 commit f325f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/leiningen/deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ force them to be updated, use `lein -U $TASK`."
hierarchy (classpath/dependency-hierarchy
(tree-command command)
project)]
(prn (:pedantic? project))
(walk-deps hierarchy print-dep))
(= command ":verify")
(if (user/gpg-available?)
Expand Down

0 comments on commit f325f22

Please sign in to comment.