clean up some debug logging

This commit is contained in:
Grant Limberg 2020-08-12 09:16:18 -07:00
parent 137d05e799
commit 30b18d925f
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
4 changed files with 1 additions and 19 deletions

View file

@ -458,7 +458,6 @@ void MacEthernetTap::threadMain()
void MacEthernetTap::setDns(const char *domain, const std::vector<InetAddress> &servers)
{
MacDNSHelper::doTheThing();
MacDNSHelper::setDNS(this->_nwid, domain, servers);
}