mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-25 14:43:43 +02:00
cleanup some debug statements
This commit is contained in:
parent
b42067e654
commit
224ee88b91
1 changed files with 0 additions and 2 deletions
|
@ -534,8 +534,6 @@ void EmbeddedNetworkController::init(const Identity &signingId,Sender *sender)
|
||||||
_signingIdAddressString = signingId.address().toString(tmp);
|
_signingIdAddressString = signingId.address().toString(tmp);
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#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:")) {
|
if ((_path.length() > 9)&&(_path.substr(0,9) == "postgres:")) {
|
||||||
fprintf(stderr, "CV1\n");
|
fprintf(stderr, "CV1\n");
|
||||||
_db.addDB(std::shared_ptr<DB>(new CV1(_signingId,_path.substr(9).c_str(), _listenPort, _rc)));
|
_db.addDB(std::shared_ptr<DB>(new CV1(_signingId,_path.substr(9).c_str(), _listenPort, _rc)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue