Remove double log printing
This commit is contained in:
parent
331eeca4c1
commit
9a9abf4c11
@ -36,7 +36,6 @@ void listRegions()
|
||||
std::vector<std::string> names;
|
||||
const auto &shared_register = monitor.data();
|
||||
shared_register.List(std::back_inserter(names));
|
||||
osrm::util::Log() << "name\tshm key\ttimestamp\tsize";
|
||||
for (const auto &name : names)
|
||||
{
|
||||
auto id = shared_register.Find(name);
|
||||
|
Loading…
Reference in New Issue
Block a user