diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 64ef8b3..d13930c 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -500,8 +500,6 @@ asynStatus turboPmacAxis::doPoll(bool *moving) { switch (error) { case 0: // No error -> Reset the message repetition watchdog - pC_->msgPrintControl_.shouldBePrinted(keyError, false, - pC_->pasynUserSelf); break; case 1: // EPICS should already prevent this issue in the first place,