mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Remove debug trace
This commit is contained in:
parent
a4b98518e3
commit
109252be4e
1 changed files with 0 additions and 4 deletions
|
@ -1138,10 +1138,6 @@ class Bond {
|
||||||
*/
|
*/
|
||||||
void log(const char* fmt, ...)
|
void log(const char* fmt, ...)
|
||||||
{
|
{
|
||||||
// TODO: remove
|
|
||||||
if (_peerId != 0xe421efd4b9 && _peerId != 0xa03bcb43bb) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
time_t rawtime;
|
time_t rawtime;
|
||||||
struct tm* timeinfo;
|
struct tm* timeinfo;
|
||||||
char timestamp[80];
|
char timestamp[80];
|
||||||
|
|
Loading…
Add table
Reference in a new issue