Browse Source

Remove debug line

pull/2/head
Adam Ierymenko 7 years ago
parent
commit
4d70640a15
No known key found for this signature in database
GPG Key ID: 1657198823E52A61
  1. 1
      osdep/EthernetTap.cpp

1
osdep/EthernetTap.cpp

@ -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…
Cancel
Save