Skip to content

Commit e04bceb

Browse files
author
hungtu
committed
aichaos#87 Remove unecessary print serving debug
1 parent f2cdacc commit e04bceb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def test_check_syntax(self):
4242
""".format(failing_trigger))
4343
the_exception = cm.exception
4444
self.assertTrue(the_exception.message.startswith("Syntax error"))
45-
print "the_exception.message",the_exception.message
4645

4746
def test_invalid_character_raise_exception(self):
4847
self.assertRaises(Exception, self.new, """

0 commit comments

Comments
 (0)