- removed debug output
This commit is contained in:
parent
633e61a17c
commit
a9afafe7c2
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue