Skip to content

Commit

Permalink
removed superfluous logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrueger committed Sep 1, 2010
1 parent 9bb6880 commit ea012c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples/adl2.clj
Expand Up @@ -46,7 +46,6 @@
[msg & args]
(fn [rsm]
(let [resp (call-service-by-uri "/logger/log" {"msg" (str (java.util.Date.) ": " (format msg (if args (load-string (first args)) (get-response rsm))))})]
(info (str "responsulorum: " rsm " + " (get-response rsm)))
(get-response rsm))))

(def cell-phone
Expand Down

0 comments on commit ea012c5

Please sign in to comment.