Commit 0049df7f by Sola Committed by Piotr Mitros

removed print messages

parent bb82cdcd
......@@ -254,7 +254,6 @@ class CrowdXBlock(XBlock):
feedback_data[str("There are no hints for" + " " + str(self.WrongAnswers[index]))] = str(self.WrongAnswers[index])
self.WrongAnswers=[]
self.Used=[]
print str(feedback_data)
return feedback_data
def no_hints(self, index):
......
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