From fa3e637ab1b563c0853fa763948897caf141b6fa Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Tue, 6 Aug 2024 21:00:21 +0100 Subject: [PATCH] remove unused comments --- apps/authentication/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/authentication/models.py b/apps/authentication/models.py index 1f43089..c0a1e4e 100644 --- a/apps/authentication/models.py +++ b/apps/authentication/models.py @@ -146,9 +146,6 @@ class DiscordUser(PermissionsMixin): def update(self, raw: dict): log.debug("updating user: %s", self.username) - log.debug("raw update data: %s", raw) - log.debug("public flags: %s, %s", raw["public_flags"], type(raw["public_flags"])) - self.username=raw["username"] self.global_name=raw["global_name"]