소스 검색

get rid of a noisy log line

Grant Limberg 7 년 전
부모
커밋
1da1409db2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);