Don't print config values when saving config file

This commit is contained in:
Sude 2014-07-06 17:22:26 +03:00
parent ce26a4b020
commit 92b8ef3750

View File

@ -353,7 +353,6 @@ int main(int argc, char *argv[])
if (!option_value_string.empty())
{
std::cout << option << " = " << option_value_string << std::endl;
ofs << option << " = " << option_value_string << std::endl;
}
}