Removed comment

This commit is contained in:
Andrew Murray 2021-02-27 00:33:23 +11:00
parent 585683ce25
commit 5f92636bd0

View File

@ -69,7 +69,6 @@ class Viewer:
Converts the given image to the target format and displays it.
"""
# save temporary image to disk
if not (
image.mode in ("1", "RGBA")
or (self.format == "PNG" and image.mode in ("I;16", "LA"))