소스 검색

a minor fix

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;