cleanup some debug statements
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
Grant Limberg
2025-05-13 13:36:39 -07:00
parent b42067e654
commit 224ee88b91

View File

@ -534,8 +534,6 @@ void EmbeddedNetworkController::init(const Identity &signingId,Sender *sender)
_signingIdAddressString = signingId.address().toString(tmp);
#ifdef ZT_CONTROLLER_USE_LIBPQ
fprintf(stderr, "path: %s\n", _path.c_str());
fprintf(stderr, "substr: %s\n", _path.substr(0,3).c_str());
if ((_path.length() > 9)&&(_path.substr(0,9) == "postgres:")) {
fprintf(stderr, "CV1\n");
_db.addDB(std::shared_ptr<DB>(new CV1(_signingId,_path.substr(9).c_str(), _listenPort, _rc)));