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