From: Jeremy Kerr Date: Mon, 29 Sep 2008 12:28:32 +0000 (+1000) Subject: [tests] Remove print from SenderCorrelationTest X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=c4973c23587fd8aae6dfb0b4440db884d5fed274 [tests] Remove print from SenderCorrelationTest Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/tests/patchparser.py b/apps/patchwork/tests/patchparser.py index 7b24bbc..be569c7 100644 --- a/apps/patchwork/tests/patchparser.py +++ b/apps/patchwork/tests/patchparser.py @@ -171,8 +171,6 @@ class SenderCorrelationTest(unittest.TestCase): (self.person, new) = find_author(self.existing_sender_mail) self.person.save() - print Person.objects.all() - def testExisingSender(self): (person, new) = find_author(self.existing_sender_mail) self.assertEqual(new, False)