소스 검색

Remove debug dump

tags/v0.1.0
Jérôme Deuchnord 4 년 전
부모
커밋
edc35ea202
No known key found for this signature in database GPG 키 ID: BC6F3C345B7D33B0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      ephemeris.py

+ 0
- 2
ephemeris.py 파일 보기

@@ -116,8 +116,6 @@ class Ephemeris:
is_risen = False
break

print(is_elevating, last_is_elevating, max_elevation, last_position, position)

if not is_elevating and last_is_elevating:
# Planet has reached its azimuth in the last hour, let's look for a more precise time!
for minutes in range(0, 60):


불러오는 중...
취소
저장