From a237217f8bca6f3e09db933e039fe691b044f211 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 27 Sep 2012 01:43:11 -0400 Subject: [PATCH] Remove debug statement --- apps/icons/templatetags/icon_tags.py | 1 - 1 file changed, 1 deletion(-) 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()