Remove useless prints
This commit is contained in:
parent
6bfc2d0d44
commit
7cabe12af3
@ -12,7 +12,6 @@ def main():
|
|||||||
with open(args.output, "wb") as f_out:
|
with open(args.output, "wb") as f_out:
|
||||||
for prout in range(6):
|
for prout in range(6):
|
||||||
data = f_in.read(8*8)
|
data = f_in.read(8*8)
|
||||||
print(type(data))
|
|
||||||
p0 = 0
|
p0 = 0
|
||||||
p1 = 0
|
p1 = 0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user