Skip to content

Commit d306d20

Browse files
lajiyuanradarhere
andcommitted
Update src/PIL/PngImagePlugin.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 36c94f9 commit d306d20

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PIL/PngImagePlugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,6 @@ def load_end(self):
985985
ImageFile._safe_read(self.fp, length)
986986
except OSError as e:
987987
if ImageFile.LOAD_TRUNCATED_IMAGES:
988-
logger.debug("%r %s %s (Truncated File Read)", cid, pos, length)
989988
break
990989
else:
991990
raise e

0 commit comments

Comments
 (0)