Skip to content

Commit 9091ef4

Browse files
authored
Remove Debug Code
1 parent 3ce5ff4 commit 9091ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyembroidery/ZhsReader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def read_zhs_stitches(f, out):
5959
yy = 0
6060
continue
6161
elif ctrl == 0x01:
62-
print(xx,yy,"move")
6362
out.move(xx, -yy)
6463
xx = 0
6564
yy = 0

0 commit comments

Comments
 (0)