List should print only axis lists

This commit is contained in:
Georgy Evtushenko
2023-04-10 14:55:40 +04:00
parent 51a9342b8a
commit 794557acbd

View File

@@ -585,7 +585,6 @@ void option_parser::print_list() const
const auto &bench_mgr = nvbench::benchmark_manager::get();
nvbench::markdown_printer printer{std::cout};
printer.print_device_info();
printer.print_benchmark_list(bench_mgr.get_benchmarks());
}