diff --git a/apps/icons/templatetags/icon_tags.py b/apps/icons/templatetags/icon_tags.py index 61c2817cbe..17ce10574c 100644 --- a/apps/icons/templatetags/icon_tags.py +++ b/apps/icons/templatetags/icon_tags.py @@ -7,7 +7,6 @@ register = Library() @register.simple_tag def icon_small(icon_name): - print "*******icon_name", icon_name return Icon(icon_name).display_small()