Skip to content

Commit

Permalink
No documentation allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalker committed Aug 15, 2014
1 parent 79f34d6 commit 531d884
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/leiningen/plz.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@


(defn lookup-abbrev
"Hahaha yeah ;). 1.7.0 will clean this up."
[abbreviation-map abbrev]
(->> abbreviation-map
(filter (fn [[dependency set-of-abbrevs]]
Expand Down Expand Up @@ -67,7 +66,6 @@
(indent 16)))

(defn conj-deps
"Lots in here to pull out..."
[[k z] deps]
(try [true
(case k
Expand Down Expand Up @@ -100,7 +98,6 @@
(println m)))

(defn plz
"STOP LOOKING AT ME"
[project & args]
(let [plz-options (:plz project)
[action & abbrevs] args]
Expand Down

0 comments on commit 531d884

Please sign in to comment.