Remove debug line

This commit is contained in:
Adam Ierymenko 2019-08-07 19:06:02 -05:00
parent b11627a8bc
commit 4d70640a15
No known key found for this signature in database
GPG Key ID: 1657198823E52A61

View File

@ -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) {