瀏覽代碼

remove another noisy log line

Grant Limberg 7 年之前
父節點
當前提交
761cc5c923
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 networkId = (*config)["nwid"];
 					std::string identity = (*config)["identity"];
 					std::string identity = (*config)["identity"];
 					std::string target = "NULL";
 					std::string target = "NULL";
-					fprintf(stderr, "Updating Member %s-%s\n", networkId.c_str(), memberId.c_str());
+
 					if (!(*config)["remoteTraceTarget"].is_null()) {
 					if (!(*config)["remoteTraceTarget"].is_null()) {
 						target = (*config)["remoteTraceTarget"];
 						target = (*config)["remoteTraceTarget"];
 					}
 					}