Explorar o código

Update user_manager: comment a log

StrayWarrior hai 5 días
pai
achega
770a7d0a71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      user_manager.py

+ 1 - 1
user_manager.py

@@ -160,7 +160,7 @@ class MySQLUserManager(UserManager):
             entry_added = False
             for key, value in default_profile.items():
                 if key not in profile:
-                    logger.debug(f"user[{user_id}] add profile key[{key}] value[{value}]")
+                    # logger.debug(f"user[{user_id}] add profile key[{key}] value[{value}]")
                     profile[key] = value
                     entry_added = True
             if entry_added: