From 56896a36e712d4517497029430937d4d61be3134 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 29 Jun 2022 22:58:58 +0200 Subject: [PATCH] cleanup print --- teleforma/models/notification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/models/notification.py b/teleforma/models/notification.py index 3f2c7458..d66a8600 100644 --- a/teleforma/models/notification.py +++ b/teleforma/models/notification.py @@ -46,7 +46,6 @@ class Notification(models.Model): """ broadcast a notification to socket """ - print("broadcast") channel_layer = get_channel_layer() async_to_sync(channel_layer.group_send)(f"notifications_{self.user.id}", { 'type': 'notify', -- 2.39.5