Remove an old comment.

This commit is contained in:
Anthony Grimes 2012-10-20 17:47:44 -05:00
parent 6816de0dfa
commit cb81910b9b

View file

@ -76,8 +76,6 @@
(let [args (map read-string args)
[nses cmd-selectors] (split-selectors args)
nses (or (seq nses)
;; maybe this is stupid and all *-path entries should
;; be absolute?
(sort
(b/namespaces-on-classpath
:classpath (map io/file (:test-paths project)))))