From 0fcc683903cf6a22a450283feffcebf799e64748 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 26 Jun 2022 07:02:15 +0000 Subject: [PATCH] remove debug print --- api/tacticalrmm/agents/consumers.py | 1 - 1 file changed, 1 deletion(-) 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()