Removed a debug statement from EuroMoveDriver.cpp
This commit is contained in:
@ -368,7 +368,7 @@ asynStatus EuroMoveAxis::poll(bool *moving)
|
||||
goto skip;
|
||||
}
|
||||
|
||||
errlogPrintf("Axis %d, status reply %s, position %d\n", axisNo_, reply, position);
|
||||
/* errlogPrintf("Axis %d, status reply %s, position %d\n", axisNo_, reply, position); */
|
||||
sscanf(reply, "%x", &axStatus);
|
||||
|
||||
if((axStatus & 128) > 0) { // test bit 8
|
||||
|
Reference in New Issue
Block a user