Selaa lähdekoodia

remove debug error

Stasik0 10 vuotta sitten
vanhempi
commit
b5ad4993cd
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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) {