diff --git a/awx/main/consumers.py b/awx/main/consumers.py index d9edbc5ad1..04b7840f69 100644 --- a/awx/main/consumers.py +++ b/awx/main/consumers.py @@ -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),