소스 검색

remove debug

StalderT 7 년 전
부모
커밋
7fc09bf155
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;