We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331eeca commit 9a9abf4Copy full SHA for 9a9abf4
src/tools/store.cpp
@@ -36,7 +36,6 @@ void listRegions()
36
std::vector<std::string> names;
37
const auto &shared_register = monitor.data();
38
shared_register.List(std::back_inserter(names));
39
- osrm::util::Log() << "name\tshm key\ttimestamp\tsize";
40
for (const auto &name : names)
41
{
42
auto id = shared_register.Find(name);
0 commit comments