From 19bf3390a91052938915a36bf9cca9f9853f824c Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 1 Jul 2014 12:53:15 -0700 Subject: [PATCH] Removed extra print --- Tests/test_file_jpeg2k.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_file_jpeg2k.py b/Tests/test_file_jpeg2k.py index e115df3a8..23564c434 100644 --- a/Tests/test_file_jpeg2k.py +++ b/Tests/test_file_jpeg2k.py @@ -44,7 +44,6 @@ class TestFileJpeg2k(PillowTestCase): data = BytesIO(f.read()) im = Image.open(data) im.load() - print ("bytesio") self.assert_image_similar(im, test_card, 1.0e-3) # These two test pre-written JPEG 2000 files that were not written with