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

@ -9,8 +9,6 @@ namespace ZeroTier {
class MacDNSHelper
{
public:
static void doTheThing();
static void setDNS(uint64_t nwid, const char *domain, const std::vector<InetAddress> &servers);
static void removeDNS(uint64_t nwid);
};