misc: remove logging when installing get_full_name customization (#76676) #36

Merged
bdauvergne merged 1 commits from wip/76676-ne-pas-afficher-la-ligne-hobo-us into main 2023-04-16 08:52:29 +02:00
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