diff options
| author | Grant Limberg <[email protected]> | 2023-10-30 15:20:09 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2023-10-30 15:20:09 -0700 |
| commit | 85cab3d0f10540cec0a0064d62f79a24b2737e62 (patch) | |
| tree | 809c8cdb9f989d52688f6a15afa93225a7c17b64 /controller/PostgreSQL.cpp | |
| parent | f89cde81869b5efc130c4e3c96608316e204907e (diff) | |
remove some debug logging
Diffstat (limited to 'controller/PostgreSQL.cpp')
| -rw-r--r-- | controller/PostgreSQL.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index b1682e7e..fd99e0ff 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -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); |
