Browse Source

get rid of a noisy log line

Grant Limberg 6 năm trước cách đây
mục cha
commit
1da1409db2
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      controller/PostgreSQL.cpp

+ 0 - 2
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);