Explorar o código

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

Stasik0 %!s(int64=10) %!d(string=hai) anos
pai
achega
b515f7dab3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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));