Remove stray print statement in tests.py

(imported from commit 2be8ceb83664cfb9f3158e23894637ac513efa41)
This commit is contained in:
Steve Howell 2013-10-03 13:03:33 -04:00
parent a6889080ce
commit f6794ce849
1 changed files with 0 additions and 1 deletions

View File

@ -2626,7 +2626,6 @@ class GetSubscribersTest(AuthedTestCase):
if sub["name"] == "mit_invite_only":
self.assertTrue(len(sub["subscribers"]) == len(users_to_subscribe))
else:
print sub
self.assertTrue(len(sub["subscribers"]) == 0)
self.assertTrue(len(queries) == 3)