summaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2018-09-28 10:58:26 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2018-09-28 10:58:26 -0700
commit1da1409db248c495a057ac940869e02610aa6d76 (patch)
tree49e945aefdecde2d25e022f7519534b8f2688c43 /controller
parentc1ea1329c1fec8f632711711113e4dcf37ea21da (diff)
downloadinfinitytier-1da1409db248c495a057ac940869e02610aa6d76.tar.gz
infinitytier-1da1409db248c495a057ac940869e02610aa6d76.zip
get rid of a noisy log line
Diffstat (limited to 'controller')
-rw-r--r--controller/PostgreSQL.cpp2
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);