mirror of https://github.com/zulip/zulip.git
Remove rogue print statement
(imported from commit ef0b8855e94cd5e3ec9c80bac8cd82be0ca7911e)
This commit is contained in:
parent
630ce40e29
commit
4921166b56
|
@ -3285,7 +3285,6 @@ Content Cell | Content Cell
|
|||
|
||||
converted = bugdown_convert(msg)
|
||||
|
||||
print converted
|
||||
self.assertEqual(converted, expected)
|
||||
|
||||
class UserPresenceTests(AuthedTestCase):
|
||||
|
|
Loading…
Reference in New Issue