浏览代码

removing debug info... (sorry for bad commit hygiene)

Stasik0 10 年之前
父节点
当前提交
b515f7dab3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/ua_securechannel.c

+ 0 - 1
src/ua_securechannel.c

@@ -94,7 +94,6 @@ void UA_SecureChannel_revolveTokens(UA_SecureChannel *channel){
     if(channel->nextSecurityToken.tokenId==0) //no security token issued
         return;
 
-    printf("revolved\n");
     //FIXME: not thread-safe
     //swap tokens
     memcpy(&channel->securityToken, &channel->nextSecurityToken, sizeof(UA_ChannelSecurityToken));