Removed debug prints

This commit is contained in:
2026-02-11 10:23:46 +01:00
parent 516b8e7d68
commit d24d2da50a
2 changed files with 1 additions and 8 deletions

View File

@@ -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.