mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Remove debug printf.
This commit is contained in:
parent
4702c5b4ee
commit
bad4b72f82
1 changed files with 1 additions and 3 deletions
|
@ -2001,10 +2001,8 @@ public:
|
||||||
{
|
{
|
||||||
Mutex::Lock _l(_localConfig_m);
|
Mutex::Lock _l(_localConfig_m);
|
||||||
for(std::vector<std::string>::const_iterator p(_interfacePrefixBlacklist.begin());p!=_interfacePrefixBlacklist.end();++p) {
|
for(std::vector<std::string>::const_iterator p(_interfacePrefixBlacklist.begin());p!=_interfacePrefixBlacklist.end();++p) {
|
||||||
if (!strncmp(p->c_str(),ifname,p->length())) {
|
if (!strncmp(p->c_str(),ifname,p->length()))
|
||||||
printf("%s\n",ifname);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue