From b3b2a73fc9eea362c59e743a684b1e587acbc257 Mon Sep 17 00:00:00 2001 From: PCoder Date: Fri, 19 Jul 2024 20:13:11 +0530 Subject: [PATCH] Cleanup --- publichealth/home/templatetags/navigation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/publichealth/home/templatetags/navigation.py b/publichealth/home/templatetags/navigation.py index ce74ae3..83d5c08 100644 --- a/publichealth/home/templatetags/navigation.py +++ b/publichealth/home/templatetags/navigation.py @@ -101,7 +101,6 @@ def menuitems_children(parent, context=None): for menuitem in menuitems_children: try: menuitem.title = menuitem.trans_title - print(menuitem.title) except AttributeError as aee: pass return menuitems_children