Bladeren bron

remove debug

StalderT 7 jaren geleden
bovenliggende
commit
7fc09bf155
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      src/client/ua_client.c

+ 0 - 2
src/client/ua_client.c

@@ -295,7 +295,6 @@ receiveServiceResponse(UA_Client *client, void *response, const UA_DataType *res
     return retval;
 }
 
-#include <stdio.h>
 void
 __UA_Client_Service(UA_Client *client, const void *request,
                     const UA_DataType *requestType, void *response,
@@ -320,7 +319,6 @@ __UA_Client_Service(UA_Client *client, const void *request,
         (client->config.timeout * UA_MSEC_TO_DATETIME);
     retval = receiveServiceResponse(client, response, responseType, maxDate, &requestId);
     if (retval == UA_STATUSCODE_GOODNONCRITICALTIMEOUT){
-printf("-----------------------------ICI1\n");
         /* In synchronous service, if we have don't have a reply we need to close the connection */
         UA_Client_disconnect(client);
         retval = UA_STATUSCODE_BADCONNECTIONCLOSED;