Skip to content

Commit

Permalink
Removed some useless log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thor authored and Eric Thor committed Jan 28, 2010
1 parent 1365b18 commit cadd016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
[org.enclojure.ide.nb.classpaths.resource-tracking :as resource-tracking]
[org.enclojure.commons.c-slf4j :as logger]
[org.enclojure.commons.meta-utils :as meta-utils]
[org.enclojure.ide.analyze.files :as analyze.files]
[org.enclojure.ide.analyze.files :as analyze.files]
)
(:import
; Java dependancies
(java.util.logging Level Logger)
(java.util.logging Level Logger )
(java.io StringReader File StringWriter PrintWriter)
(java.util.jar JarFile$JarFileEntry JarFile JarEntry)
(java.net URL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,6 @@ and creates entries in the local preferences path."
(let [shipped-platforms-map
(reduce (fn [m e]
(assoc m (:name e) e)) {} (get-defined-platforms))]
(logger/info "!#!@#!@#!@#!@#!#!@#******************looking for {} in {}"
(:name platform) (keys shipped-platforms-map))
(logger/info "!#!@#!@#!@#!@#!#!@#******************looking for {} in {}"
(:name platform) (keys shipped-platforms-map))
(logger/info "!#!@#!@#!@#!@#!#!@#******************looking for {} in {}"
(:name platform) (keys shipped-platforms-map))
(logger/info "!#!@#!@#!@#!@#!#!@#******************looking for {} in {}"
(:name platform) (keys shipped-platforms-map))
(logger/info "!#!@#!@#!@#!@#!#!@#******************looking for {} in {}"
(:name platform) (keys shipped-platforms-map))
(shipped-platforms-map (:name platform))))

(defn new-platform
Expand Down

0 comments on commit cadd016

Please sign in to comment.