diff --git a/iguana/iguana_peers.c b/iguana/iguana_peers.c index 7dde85cf6..93b844759 100755 --- a/iguana/iguana_peers.c +++ b/iguana/iguana_peers.c @@ -1085,7 +1085,7 @@ void iguana_dedicatedloop(struct supernet_info *myinfo,struct iguana_info *coin, else { iguana_send_version(coin,addr,coin->myservices); - printf("send version myservices.%llu to (%s)\n",(long long)coin->myservices,addr->ipaddr); + //printf("send version myservices.%llu to (%s)\n",(long long)coin->myservices,addr->ipaddr); } //sleep(1+(rand()%5)); //iguana_queue_send(coin,addr,0,serialized,"getaddr",0,0,0);