We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f86e9c commit 03cd776Copy full SHA for 03cd776
SEImplementation/src/lib/Configuration/FileManagerConfig.cpp
@@ -40,7 +40,6 @@ FileManagerConfig::FileManagerConfig(long manager_id)
40
}
41
42
std::map<std::string, Configuration::OptionDescriptionList> FileManagerConfig::getProgramOptions() {
43
- std::cout << "Getting FileManagerConfig options" << std::endl;
44
return { {"File Manager", {
45
{MAX_SIMULTANEOUS_FILES.c_str(), po::value<int>()->default_value(500),
46
"Maximum number of simultaneous open files."}
0 commit comments