diff options
author | softwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> | 2020-04-17 20:06:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 20:06:36 +0200 |
commit | 2d2add009bb4c4972fca2c93de4b6ed75d90fc5c (patch) | |
tree | a3ee826177da4335eaff14697f05fd9d3c556efb | |
parent | Merge pull request #6678 from nixocio/ui_issue_5983 (diff) | |
parent | confidence in websocket group logic is high (diff) | |
download | awx-2d2add009bb4c4972fca2c93de4b6ed75d90fc5c.tar.xz awx-2d2add009bb4c4972fca2c93de4b6ed75d90fc5c.zip |
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
-rw-r--r-- | awx/main/consumers.py | 1 |
1 files changed, 0 insertions, 1 deletions
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), |