mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-25 16:20:33 +03:00
Removed debugging
This commit is contained in:
parent
8e9da1559b
commit
1be53c8bb3
|
@ -361,7 +361,6 @@ class BLP1Decoder(_BLPBaseDecoder):
|
|||
image.tile = [("jpeg", (0, 0) + self.size, 0, ("RGBA", ""))]
|
||||
|
||||
b, g, r, a = image.split()
|
||||
print(b, g, r, a)
|
||||
if not any(
|
||||
[a.getpixel((x, y)) for x in range(a.width) for y in range(a.height)]
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue
Block a user