From 4921166b56718d5ae3f42da89231d8bd3dc2a307 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 11 Oct 2013 22:19:35 -0400 Subject: [PATCH] Remove rogue print statement (imported from commit ef0b8855e94cd5e3ec9c80bac8cd82be0ca7911e) --- zerver/tests.py | 1 - 1 file changed, 1 deletion(-) 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):