misc: remove logging when installing get_full_name customization (#76676)
gitea/hobo/pipeline/head This commit looks good Details

This commit is contained in:
Benjamin Dauvergne 2023-04-15 14:52:32 +02:00
parent bb21ef72e7
commit c2e6ad7214
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class UserNameConfig(AppConfig):
to ensure consistency in the rendering of user name
in the front-office, backoffice, emails, etc.
"""
logger.info('hobo.user_name: installing User.get_full_name customization…')
User = get_user_model()
# to have a fallback when necessary if the new method crashes during render