Explorar el Código

remove another noisy log line

Grant Limberg hace 7 años
padre
commit
761cc5c923
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/PostgreSQL.cpp

+ 1 - 1
controller/PostgreSQL.cpp

@@ -621,7 +621,7 @@ void PostgreSQL::commitThread()
 					std::string networkId = (*config)["nwid"];
 					std::string identity = (*config)["identity"];
 					std::string target = "NULL";
-					fprintf(stderr, "Updating Member %s-%s\n", networkId.c_str(), memberId.c_str());
+
 					if (!(*config)["remoteTraceTarget"].is_null()) {
 						target = (*config)["remoteTraceTarget"];
 					}