Skip to content

Commit

Permalink
remove extra print
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Granger <ibdknox@gmail.com>
  • Loading branch information
ibdknox committed May 6, 2012
1 parent 2f816a9 commit d6f8684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crate/binding.cljs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
(let [[path opts] (if opts (let [[path opts] (if opts
[path opts] [path opts]
[nil path]) [nil path])
_ (.log js/console (str "Path " path " :: Opts " opts))
keyfn (or (:keyfn opts) hash) keyfn (or (:keyfn opts) hash)
bc (bound-collection. (notifier. nil) nil (or opts {}) {})] bc (bound-collection. (notifier. nil) nil (or opts {}) {})]
(add-watch atm (watch-id) (fn [_ _ _ v] (add-watch atm (watch-id) (fn [_ _ _ v]
Expand Down

0 comments on commit d6f8684

Please sign in to comment.