Un-log & some production build image fixes

This commit is contained in:
Grant Limberg 2020-02-24 11:02:05 -08:00
parent baa14a63c9
commit 12a92fc4a1
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
3 changed files with 3 additions and 5 deletions

View file

@ -1017,10 +1017,6 @@ void PostgreSQL::commitThread()
get(nwidInt, nwOrig, memberidInt, memOrig);
if(memOrig["authorized"] && ! (*config)["authorized"]) {
fprintf(stderr, "Member %s deauthed\n", (*config)["id"].get<std::string>().c_str());
}
_memberChanged(memOrig, memNew, qitem.second);
} else {
fprintf(stderr, "Can't notify of change. Error parsing nwid or memberid: %llu-%llu\n", (unsigned long long)nwidInt, (unsigned long long)memberidInt);