Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
Silence the logger
Browse files Browse the repository at this point in the history
  • Loading branch information
thegeez committed Apr 12, 2012
1 parent b88e84a commit 3af022c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chat-demo/cljs/bc/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
(events/listen js/window "unload" #(do
(.disconnect channel ())
(events/removeAll)))
(doto (.. channel getChannelDebug getLogger)
(.setLevel goog.debug.Logger.Level.OFF))
(doto channel
(.setHandler (handler))
(.connect "/channel/test" "/channel/bind")
Expand Down

0 comments on commit 3af022c

Please sign in to comment.