diff --git a/osinaweb/support/__pycache__/consumers.cpython-310.pyc b/osinaweb/support/__pycache__/consumers.cpython-310.pyc index 56b4fd48..13937808 100644 Binary files a/osinaweb/support/__pycache__/consumers.cpython-310.pyc and b/osinaweb/support/__pycache__/consumers.cpython-310.pyc differ diff --git a/osinaweb/support/consumers.py b/osinaweb/support/consumers.py index 687fc6f4..21975bec 100644 --- a/osinaweb/support/consumers.py +++ b/osinaweb/support/consumers.py @@ -180,10 +180,6 @@ class TicketRoomConsumer(WebsocketConsumer): ) def user_connection_handler(self, event): - context = { - 'connections': event['connections'], - 'user': event['user'] - } print('hi')