mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 00:23:58 +00:00
Remove debug printf
This commit is contained in:
parent
39fb4b1b42
commit
4459d5ad54
@ -262,8 +262,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
for(std::map<InetAddress,std::string>::iterator i(localIfAddrs.begin());i!=localIfAddrs.end();++i)
|
||||
printf("%s %s\n",i->second.c_str(),i->first.toString().c_str());
|
||||
const bool gotViaProc = (localIfAddrs.size() > 0);
|
||||
#else
|
||||
const bool gotViaProc = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user