X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Ftests%2Fpatchparser.py;fp=apps%2Fpatchwork%2Ftests%2Fpatchparser.py;h=be569c7b4c4d1b8b0537683b7f5c1397264b244e;hb=c4973c23587fd8aae6dfb0b4440db884d5fed274;hp=7b24bbcd62c43ce96ad7bbd6d75b46c8d6aabb6e;hpb=78fd29fd514dbe75bb2ebbdea1ad03da14e426ed;p=patchwork 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)