added TRACEs

This commit is contained in:
Joseph Henry 2015-09-11 14:47:16 -04:00
parent 5f6eb2ce98
commit c2226cf0df
2 changed files with 38 additions and 27 deletions

View file

@ -135,11 +135,6 @@ namespace ZeroTier {
if(connections[i]->sock == sock) { connections.erase(connections.begin() + i); }
}
}
void closeClient()
{
}
};
} // namespace ZeroTier