From bdba73f62828268060d9f7d19b3c2f66bc382515 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 16 Jun 2021 10:55:24 +0200 Subject: [PATCH] Cleanup --- teleforma/ws/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teleforma/ws/chat.py b/teleforma/ws/chat.py index 11e11dc5..bcf40f0c 100644 --- a/teleforma/ws/chat.py +++ b/teleforma/ws/chat.py @@ -8,7 +8,6 @@ from channels.db import database_sync_to_async @log_consumer_exceptions class ChatConsumer(AsyncJsonWebsocketConsumer): async def connect(self): - print('join room') self.room_name = self.scope['url_route']['kwargs']['room_name'] self.room_group_name = 'chat_%s' % self.room_name -- 2.39.5