- removed debug output

This commit is contained in:
Michael Zillgith 2015-06-04 15:30:47 +02:00
parent 633e61a17c
commit a9afafe7c2

View file

@ -66,8 +66,6 @@ performCheckHandler(void* parameter, MmsValue* ctlVal, bool test, bool interlock
if (test)
return CONTROL_TEMPORARILY_UNAVAILABLE;
printf("controllingClient: %p connection: %p\n", controllingClient, connection);
/* If there is already another client that controls the device reject the control attempt */
if (controllingClient == connection)
return CONTROL_ACCEPTED;