Skip to content

Commit 9a9abf4

Browse files
committed
Remove double log printing
1 parent 331eeca commit 9a9abf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/store.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ void listRegions()
3636
std::vector<std::string> names;
3737
const auto &shared_register = monitor.data();
3838
shared_register.List(std::back_inserter(names));
39-
osrm::util::Log() << "name\tshm key\ttimestamp\tsize";
4039
for (const auto &name : names)
4140
{
4241
auto id = shared_register.Find(name);

0 commit comments

Comments
 (0)