From 25a067c8c3a4987c3366c3f9e8b4d9f5743db71c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 6 Jul 2015 17:37:32 -0700 Subject: Eliminate debug printf(). --- service/OneService.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'service') diff --git a/service/OneService.cpp b/service/OneService.cpp index 6f6eabe2..527ac1b0 100644 --- a/service/OneService.cpp +++ b/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(&ip),0,ZT1_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL,0); break; default: -- cgit v1.2.3