mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-29 15:43:52 +00:00
Remove debug line
This commit is contained in:
parent
b11627a8bc
commit
4d70640a15
@ -87,7 +87,6 @@ std::shared_ptr<EthernetTap> EthernetTap::newInstance(
|
||||
char *dotAt = strchr(osrelease,'.');
|
||||
if (dotAt) {
|
||||
*dotAt = (char)0;
|
||||
printf("%s\n",osrelease);
|
||||
// The "feth" virtual Ethernet device type appeared in Darwin 17.x.x. Older versions
|
||||
// (Sierra and earlier) must use the a kernel extension.
|
||||
if (strtol(osrelease,(char **)0,10) < 17) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user