Removed debug print code for merge

--HG--
branch : pmitros-mod-template
This commit is contained in:
Piotr Mitros
2012-02-13 17:07:31 -05:00
parent 44e124c46f
commit 9ab2f59130

View File

@@ -25,5 +25,5 @@ class Module(XModule):
xmltree = etree.fromstring(xml)
filename = xmltree.tag
params = dict(xmltree.items())
print params
# print params
self.html = render_to_string('custom_tags/'+filename, params)