removed debug prints

This commit is contained in:
shrkey
2016-09-18 21:05:41 +01:00
parent 3cfca22056
commit 365eae3351

View File

@@ -173,8 +173,6 @@ class dw_Stepper:
s_per_s /= self.MICROSTEPS
steps *= self.MICROSTEPS
print s_per_s, " sec per step"
for s in range(steps):
lateststep = self.oneStep(direction, stepstyle)
time.sleep(s_per_s)