removed debug stmt

This commit is contained in:
Jonathan Kolyer 2013-02-21 14:18:17 -06:00
parent c1dc7d9967
commit 876e897ac5
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ module JamWebsockets
end
def cleanup_clients_with_ids(client_ids)
@log.debug("*** cleanup_clients_with_ids: client_ids = #{client_ids.inspect}")
# @log.debug("*** cleanup_clients_with_ids: client_ids = #{client_ids.inspect}")
client_ids.each do |cid|
if 0 < (ws_clients = @clients.keys).length
ws_clients.each do |client|