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