Stasik0 9 роки тому
батько
коміт
c16e66e68e
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      src/server/ua_securechannel_manager.c

+ 0 - 2
src/server/ua_securechannel_manager.c

@@ -106,8 +106,6 @@ UA_StatusCode UA_SecureChannelManager_renew(UA_SecureChannelManager *cm, UA_Conn
     if(channel == UA_NULL)
         return UA_STATUSCODE_BADINTERNALERROR;
 
-    printf("new token issued\n");
-
     //if no new security token is already issued
     if(channel->nextSecurityToken.tokenId == 0){
         channel->nextSecurityToken.channelId       = channel->securityToken.channelId;