Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Dec 22, 2010
1 parent 5a8deb6 commit 163d7cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/overtone/event.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
(dosync
(let [handlers (get @handler-ref* event-type {})
arity (if (= clojure.lang.Var (class handler)) -1 (arg-count handler))]
(println "registering handler with arity: " arity " and class: " (class handler))

(alter handler-ref* assoc event-type (assoc handlers key [handler arity]))
true)))

Expand Down

0 comments on commit 163d7cc

Please sign in to comment.