diff --git a/sinqMotor b/sinqMotor index 2ef20e1..95bc899 160000 --- a/sinqMotor +++ b/sinqMotor @@ -1 +1 @@ -Subproject commit 2ef20e1bc2138decc1ba314690ec246a628b2bb9 +Subproject commit 95bc899114f90fa0b5925054d1eb374db9678bd7 diff --git a/src/masterMacsAxis.cpp b/src/masterMacsAxis.cpp index aed95c5..cc14997 100644 --- a/src/masterMacsAxis.cpp +++ b/src/masterMacsAxis.cpp @@ -636,13 +636,6 @@ asynStatus masterMacsAxis::doPoll(bool *moving) { getAxisParamChecked(this, motorStatusHome, &homing); getAxisParamChecked(this, motorStatusHomed, &homed); - // DEBUG - if (axisNo_ == 11) { - asynPrint(pC_->pasynUser(), ASYN_TRACE_ERROR, - "Homing: %d, homed: %d, moving: %d\n", homing, homed, - *moving); - } - /* Ignore limit switch errors when homing / motor has been homed or when the motor is moving.