diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2018-09-28 10:58:26 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2018-09-28 10:58:26 -0700 |
commit | 1da1409db248c495a057ac940869e02610aa6d76 (patch) | |
tree | 49e945aefdecde2d25e022f7519534b8f2688c43 /controller | |
parent | c1ea1329c1fec8f632711711113e4dcf37ea21da (diff) | |
download | infinitytier-1da1409db248c495a057ac940869e02610aa6d76.tar.gz infinitytier-1da1409db248c495a057ac940869e02610aa6d76.zip |
get rid of a noisy log line
Diffstat (limited to 'controller')
-rw-r--r-- | controller/PostgreSQL.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 412bca6b..94702e32 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -289,8 +289,6 @@ void PostgreSQL::initializeNetworks(PGconn *conn) PQclear(r2); _networkChanged(empty, config, false); - - fprintf(stderr, "%s", OSUtils::jsonDump(config, 2).c_str()); } PQclear(res); |