Ver código fonte

Remove debug dump

tags/v0.1.0
Jérôme Deuchnord 4 anos atrás
pai
commit
edc35ea202
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: BC6F3C345B7D33B0
1 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -2
      ephemeris.py

+ 0
- 2
ephemeris.py Ver arquivo

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


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

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


Carregando…
Cancelar
Salvar