mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
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:
@@ -189,7 +189,6 @@ class EventConsumer(AsyncJsonWebsocketConsumer):
|
||||
group_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
|
||||
await self.send_json({
|
||||
"groups_current": list(new_groups),
|
||||
|
||||
Reference in New Issue
Block a user