performance_tests: don't override log level to 0

This commit is contained in:
moneromooo-monero 2018-01-09 13:57:01 +00:00
parent ab85b924c9
commit cb1cc757ba
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ int main(int argc, char** argv)
set_thread_high_priority();
mlog_configure(mlog_get_default_log_path("performance_tests.log"), true);
mlog_set_log_level(0);
po::options_description desc_options("Command line options");
const command_line::arg_descriptor<std::string> arg_filter = { "filter", "Regular expression filter for which tests to run" };