mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
get rid of a noisy log line
This commit is contained in:
parent
c1ea1329c1
commit
1da1409db2
1 changed files with 0 additions and 2 deletions
|
@ -289,8 +289,6 @@ void PostgreSQL::initializeNetworks(PGconn *conn)
|
||||||
PQclear(r2);
|
PQclear(r2);
|
||||||
|
|
||||||
_networkChanged(empty, config, false);
|
_networkChanged(empty, config, false);
|
||||||
|
|
||||||
fprintf(stderr, "%s", OSUtils::jsonDump(config, 2).c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PQclear(res);
|
PQclear(res);
|
||||||
|
|
Loading…
Add table
Reference in a new issue