Commit 126c1f98 by Piotr Mitros

Removed extra print statement

parent e05e05f4
......@@ -250,7 +250,7 @@ class LoncapaModule(XModule):
for key in get:
answers['_'.join(key.split('_')[1:])]=get[key]
print "XXX", answers, get
# print "XXX", answers, get
event_info['answers']=answers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment