Skip to content

Commit

Permalink
Remove Debug Code
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarize authored Jul 26, 2021
1 parent 3ce5ff4 commit 9091ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyembroidery/ZhsReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def read_zhs_stitches(f, out):
yy = 0
continue
elif ctrl == 0x01:
print(xx,yy,"move")
out.move(xx, -yy)
xx = 0
yy = 0
Expand Down

0 comments on commit 9091ef4

Please sign in to comment.