From a9afafe7c29f171d45b1de52b970b20823fbe444 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Thu, 4 Jun 2015 15:30:47 +0200 Subject: [PATCH] - removed debug output --- demos/beaglebone/beagle_demo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/demos/beaglebone/beagle_demo.c b/demos/beaglebone/beagle_demo.c index bb76212..31cc3c6 100644 --- a/demos/beaglebone/beagle_demo.c +++ b/demos/beaglebone/beagle_demo.c @@ -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;