Merge pull request #1727 from winks/fix-warning

Remove debug line when calling `lein deps`
This commit is contained in:
Florian Anderiasch 2014-10-10 19:20:17 +02:00
commit f325f226d1

View file

@ -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?)