remove debug print

This commit is contained in:
wh1te909 2022-06-26 07:02:15 +00:00
parent ed7a8dc0f5
commit 0fcc683903
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ class SendCMD(AsyncJsonWebsocketConsumer):
async def connect(self):
self.user = self.scope["user"]
print(self.scope)
if isinstance(self.user, AnonymousUser):
await self.close()