Browse Source

get rid of a noisy log line

Grant Limberg 6 years ago
parent
commit
1da1409db2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controller/PostgreSQL.cpp

+ 0 - 2
controller/PostgreSQL.cpp

@@ -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);