Removed debug prints
This commit is contained in:
Submodule sinqMotor updated: 2ef20e1bc2...95bc899114
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user