Explorar o código

remove some debug logging

Grant Limberg hai 1 ano
pai
achega
85cab3d0f1
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      controller/PostgreSQL.cpp

+ 0 - 7
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);