From c2e6ad721485f9f062137314b2b56951a2f473c9 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 15 Apr 2023 14:52:32 +0200 Subject: [PATCH] misc: remove logging when installing get_full_name customization (#76676) --- hobo/user_name/apps.py | 1 - 1 file changed, 1 deletion(-) 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