summaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-rw-r--r--controller/PostgreSQL.cpp7
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);