remove temp print() in img/build.py

This commit is contained in:
Alex Bates 2021-04-22 09:26:16 +01:00
parent df3ef58ba1
commit b786f3860b
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -53,9 +53,6 @@ class Converter():
self.flip_x = "--flip-x" in argv
self.flip_y = "--flip-y" in argv
if self.flip_y:
print(self.infile)
assert self.flip_x == False, "flip_x is not supported"
self.warned = False