Merge pull request #6728 from chrismeyersfsu/fix-noisy_debug

confidence in websocket group logic is high

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-04-17 18:06:36 +00:00
committed by GitHub

View File

@@ -189,7 +189,6 @@ class EventConsumer(AsyncJsonWebsocketConsumer):
group_name, group_name,
self.channel_name self.channel_name
) )
logger.debug(f"Channel {self.channel_name} left groups {old_groups} and joined {new_groups_exclusive}")
self.scope['session']['groups'] = new_groups self.scope['session']['groups'] = new_groups
await self.send_json({ await self.send_json({
"groups_current": list(new_groups), "groups_current": list(new_groups),