Skip to content
Snippets Groups Projects
Commit 9ab2f591 authored by Piotr Mitros's avatar Piotr Mitros
Browse files

Removed debug print code for merge

--HG--
branch : pmitros-mod-template
parent 44e124c4
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment