浏览代码

Remove debug dump

tags/v0.1.0
父节点
当前提交
edc35ea202
找不到此签名对应的密钥 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):


正在加载...
取消
保存