diff --git a/zerver/tests.py b/zerver/tests.py index 67b8ac0a6f..dc2178a44a 100644 --- a/zerver/tests.py +++ b/zerver/tests.py @@ -3285,7 +3285,6 @@ Content Cell | Content Cell converted = bugdown_convert(msg) - print converted self.assertEqual(converted, expected) class UserPresenceTests(AuthedTestCase):