Remove rogue print statement

(imported from commit ef0b8855e94cd5e3ec9c80bac8cd82be0ca7911e)
This commit is contained in:
Zev Benjamin 2013-10-11 22:19:35 -04:00
parent 630ce40e29
commit 4921166b56
1 changed files with 0 additions and 1 deletions

View File

@ -3285,7 +3285,6 @@ Content Cell | Content Cell
converted = bugdown_convert(msg)
print converted
self.assertEqual(converted, expected)
class UserPresenceTests(AuthedTestCase):