]> git.parisson.com Git - teleforma.git/commitdiff
Cleanup
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 16 Jun 2021 08:55:24 +0000 (10:55 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 16 Jun 2021 08:55:24 +0000 (10:55 +0200)
teleforma/ws/chat.py

index 11e11dc5a836af28d2aeda5daf34319dcf0c2a00..bcf40f0c34387bd0edc7a31431540f0ce8f404aa 100644 (file)
@@ -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