diff --git a/hobo/user_name/apps.py b/hobo/user_name/apps.py index b80f4a6..8c66bf0 100644 --- a/hobo/user_name/apps.py +++ b/hobo/user_name/apps.py @@ -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