Browse Source

Eliminate debug printf().

Adam Ierymenko 10 năm trước cách đây
mục cha
commit
25a067c8c3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      service/OneService.cpp

+ 0 - 1
service/OneService.cpp

@@ -645,7 +645,6 @@ public:
 											case InetAddress::IP_SCOPE_SHARED:
 											case InetAddress::IP_SCOPE_GLOBAL:
 												ip.setPort(_port);
-												printf("found %s on %S\r\n",ip.toString().c_str(),a->FriendlyName);
 												_node->addLocalInterfaceAddress(reinterpret_cast<const struct sockaddr_storage *>(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0);
 												break;
 											default: