mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
remove temp print() in img/build.py
This commit is contained in:
parent
df3ef58ba1
commit
b786f3860b
@ -53,9 +53,6 @@ class Converter():
|
|||||||
self.flip_x = "--flip-x" in argv
|
self.flip_x = "--flip-x" in argv
|
||||||
self.flip_y = "--flip-y" 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"
|
assert self.flip_x == False, "flip_x is not supported"
|
||||||
|
|
||||||
self.warned = False
|
self.warned = False
|
||||||
|
Loading…
Reference in New Issue
Block a user