Explorar el Código

Remove debug dump

tags/v0.1.0
Jérôme Deuchnord hace 4 años
padre
commit
edc35ea202
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: BC6F3C345B7D33B0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      ephemeris.py

+ 0
- 2
ephemeris.py Ver fichero

@@ -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):


Cargando…
Cancelar
Guardar