Remove debugging comment

This commit is contained in:
kimth
2012-08-27 18:51:38 -04:00
parent c462b1a917
commit 0cff6fa30d

View File

@@ -98,10 +98,7 @@ class LoncapaProblem(object):
if 'student_answers' in state:
self.student_answers = state['student_answers']
if 'correct_map' in state:
print 'THK: LoncapaProblem.__init__'
print json.dumps(state['correct_map'], indent=4)
self.correct_map.set_dict(state['correct_map'])
print json.dumps(self.correct_map.get_dict(), indent=4)
if 'done' in state:
self.done = state['done']