From: Yoan Le Clanche Date: Wed, 16 Jun 2021 08:55:24 +0000 (+0200) Subject: Cleanup X-Git-Tag: 2.1~66^2^2~20^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bdba73f62828268060d9f7d19b3c2f66bc382515;p=teleforma.git Cleanup --- 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