From edc35ea202f5eea6caf408b2c2d5e3b467c9156b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 27 Oct 2019 11:07:39 +0100 Subject: [PATCH] Remove debug dump --- ephemeris.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ephemeris.py b/ephemeris.py index 3177509..91b05a9 100644 --- a/ephemeris.py +++ b/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):