remove another noisy log line

This commit is contained in:
Grant Limberg 2018-10-24 13:36:07 -07:00
parent f901b9dd6b
commit 761cc5c923

View File

@ -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"];
}