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"]