mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Remove stray print
This commit is contained in:
parent
3322bfbad0
commit
bc34bda2b8
|
@ -12,7 +12,6 @@ class TestFileSgi(PillowTestCase):
|
|||
# Assert
|
||||
self.assertEqual(im.mode, expected_mode)
|
||||
self.assertEqual(im.size, expected_size)
|
||||
print filename, im.mode
|
||||
|
||||
def test_rgb(self):
|
||||
# Arrange
|
||||
|
|
Loading…
Reference in New Issue
Block a user