don't mess with asynTraceMask any more

This commit is contained in:
2019-02-18 13:54:43 +01:00
parent 04906a5835
commit eb9f565aec

View File

@ -457,10 +457,6 @@ connectToBus(const char* portname, int addr)
return false;
}
// disable asyn errors to avoid flooding when device is disconnected
// user can re-enable later
pasynTrace->setTraceMask(pasynUser, 0);
asynInterface* pasynInterface;
// find the asynCommon interface