Skip to content

Commit

Permalink
Remove stray printing.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
technomancy committed May 11, 2012
1 parent 342885b commit 893dbd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions leiningen-core/src/leiningen/core/classpath.clj
Expand Up @@ -53,10 +53,6 @@
"Call f with args when keys in project.clj have changed since the last run.
Stores value of project keys in stale directory inside :target-path."
[keys project f & args]
(prn :target-path (:target-path project))
(when-not (:target-path project)
(prn :no-target project)
(throw (Exception. "No target path!")))
(let [file (io/file (:target-path project) "stale"
(str/join "+" (map name keys)))
current-value (pr-str (map (juxt identity project) keys))
Expand Down

0 comments on commit 893dbd4

Please sign in to comment.