Skip to content

Commit

Permalink
style: Removed redundant print(D) in get_phase in celerity/moon module.
Browse files Browse the repository at this point in the history
style: Removed redundant print(D) in get_phase in celerity/moon module.
  • Loading branch information
michealroberts committed Aug 30, 2023
1 parent 8d8d6e2 commit bd17a45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/celerity/moon.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,6 @@ def get_phase(date: datetime) -> Phase:
# Get the age of the Moon in degrees:
D = d["a"]

print(D)

if D >= 3.7 and D < 7.4:
return Phase.WaxingCrescent

Expand Down

0 comments on commit bd17a45

Please sign in to comment.