mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
remove some debug logging
This commit is contained in:
parent
f89cde8186
commit
85cab3d0f1
1 changed files with 0 additions and 7 deletions
|
@ -1437,13 +1437,6 @@ void PostgreSQL::commitThread()
|
|||
|
||||
if (_smee != NULL && isNewMember) {
|
||||
notifyNewMember(networkId, memberId);
|
||||
} else {
|
||||
if (_smee == NULL) {
|
||||
fprintf(stderr, "smee is NULL\n");
|
||||
}
|
||||
if (!isNewMember) {
|
||||
fprintf(stderr, "nt a new member\n");
|
||||
}
|
||||
}
|
||||
|
||||
const uint64_t nwidInt = OSUtils::jsonIntHex(config["nwid"], 0ULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue