Commit 46792c82 by Sarina Canelake

Remove debugging print statements

parent ed43afb0
......@@ -39,9 +39,6 @@ class ResponseTest(unittest.TestCase):
if msg is None:
self.assertEquals(correct_map.get_correctness('1_2_1'), expected_correctness)
else:
if correct_map.get_correctness('1_2_1')!= expected_correctness:
print submission
print correct_map
self.assertEquals(correct_map.get_correctness('1_2_1'), expected_correctness, msg)
def assert_answer_format(self, problem):
......
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