]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/patchparser.py
[tests] Remove print from SenderCorrelationTest
[patchwork] / apps / patchwork / tests / patchparser.py
index 7b24bbcd62c43ce96ad7bbd6d75b46c8d6aabb6e..be569c7b4c4d1b8b0537683b7f5c1397264b244e 100644 (file)
@@ -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)