Skip to content

Commit

Permalink
Merge pull request #535 from andubadea/patch-1
Browse files Browse the repository at this point in the history
Removed unwanted print from autopilot.py
  • Loading branch information
ProfHoekstra authored Dec 3, 2024
2 parents c51ae89 + 4acd05b commit d344f8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bluesky/traffic/autopilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ def update(self):
justexitedturn))

bs.traf.selspd = np.where(usecruisespd, self.cruisespd, bs.traf.selspd)

print(bs.traf.selspd)

# Below crossover altitude: CAS=const, above crossover altitude: Mach = const
self.tas = vcasormach2tas(bs.traf.selspd, bs.traf.alt)
Expand Down

0 comments on commit d344f8b

Please sign in to comment.