Explorar o código

remove debug error

Stasik0 %!s(int64=10) %!d(string=hai) anos
pai
achega
b5ad4993cd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/server/ua_server.c

+ 0 - 1
src/server/ua_server.c

@@ -39,7 +39,6 @@ void UA_Server_addNetworkLayer(UA_Server *server, UA_ServerNetworkLayer networkL
     if(networkLayer.discoveryUrl){
         if(server->description.discoveryUrlsSize < 0)
             server->description.discoveryUrlsSize = 0;
-        printf("%d!\n",server->description.discoveryUrlsSize);
 		UA_String* newUrls = UA_realloc(server->description.discoveryUrls,
                                         sizeof(UA_String)*(server->description.discoveryUrlsSize+1));
 		if(!newUrls) {