Removed debug print code for merge
--HG-- branch : pmitros-mod-template
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user