diff --git a/api/tacticalrmm/agents/consumers.py b/api/tacticalrmm/agents/consumers.py index 359bd749..9008f127 100644 --- a/api/tacticalrmm/agents/consumers.py +++ b/api/tacticalrmm/agents/consumers.py @@ -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()