diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 412bca6ba..94702e327 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);