Sfoglia il codice sorgente

remove debug error

Stasik0 10 anni fa
parent
commit
b5ad4993cd
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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) {