mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Remove stray logging.
This commit is contained in:
		| @@ -244,7 +244,6 @@ ConfigProto FlagGroup::parseSingleConfigFile(const std::string& filename, | ||||
|         ss << f.rdbuf(); | ||||
|  | ||||
|         ConfigProto config; | ||||
|         std::cout << ss.str() << '\n'; | ||||
|         if (!google::protobuf::TextFormat::MergeFromString(ss.str(), &config)) | ||||
|             Error() << "couldn't load external config proto"; | ||||
|         return config; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user