Skip to content

Commit

Permalink
Removed debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwatsonforster committed Sep 30, 2023
1 parent 9b40bce commit a1f960e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airpower/altitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def adjustaltitude(altitude, altitudecarry, altitudechange):
altitude = 0
altitudecarry = 0

print(altitude, altitudecarry, altitudechange)

assert isvalidaltitude(altitude)
assert isvalidaltitudecarry(altitudecarry)

Expand Down

0 comments on commit a1f960e

Please sign in to comment.