Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Dec 17, 2024
1 parent 14d1e5b commit 32b95f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ export const generateSoloNavMeshData = (
const boundingBox = getBoundingBox(positions, indices);
bbMin = boundingBox.bbMin;
bbMax = boundingBox.bbMax;
console.log('bbMin', bbMin);
console.log('bbMax', bbMax);
}

//
Expand Down

0 comments on commit 32b95f2

Please sign in to comment.