浏览代码

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;