removed debug stmt
This commit is contained in:
parent
c1dc7d9967
commit
876e897ac5
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Reference in New Issue