Skip to content

Commit

Permalink
fix: removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjasper committed Oct 27, 2023
1 parent 4563284 commit 1975e03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/special/RunwayAndWindRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ const RunwayAndWindRenderer = (props: {
return runway.direction1.windAngle < 90 || runway.direction2.windAngle < 90
})

console.log(bestRunways)

bestRunways.forEach(runway => {
// Set the favourable level to 1 if the wind angle is less than 90 and 2 if the wind angle is less than 45 degrees
if (runway.direction1.windAngle! < 90)
Expand Down

0 comments on commit 1975e03

Please sign in to comment.