Skip to content

Commit

Permalink
Remove very slow logging statement.
Browse files Browse the repository at this point in the history
Took 40% of CPU on one very flat tile.
  • Loading branch information
akirmse committed Jun 14, 2024
1 parent 300c5b3 commit a7ea61e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/island_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ void IslandTree::uninvertPeak(int nodeId) {
int currentId = stack.back();
stack.pop_back();

VLOG(3) << "Uninverting peak " << currentId;
Node *childNode = &mNodes[currentId];
Elevation elev = getPeak(currentId).elevation;
int parentId = childNode->parentId;
Expand Down

0 comments on commit a7ea61e

Please sign in to comment.