Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Jul 4, 2023
1 parent 4a88eb6 commit 3a1922f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/raw/queryraw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ void QueryRaw::getNodeCache(std::shared_ptr<OsmChangeFile> osmchanges, const mul
referencedNodeIds += std::to_string(*rit) + ",";
}
}
if (way->id == 1177968096) {
std::cout << "** WAY 1177968096 is an indirectly modified way" << std::endl;
}
way->action = osmobjects::modify;
change->ways.push_back(way);
}
Expand Down

0 comments on commit 3a1922f

Please sign in to comment.