Browse Source

Remove debug line

Adam Ierymenko 6 years ago
parent
commit
4d70640a15
1 changed files with 0 additions and 1 deletions
  1. 0 1
      osdep/EthernetTap.cpp

+ 0 - 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) {