From 30fe9633465ffd91a837e4e1c5f2b74acb61b15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 13 Jul 2022 09:41:27 +0200 Subject: [PATCH] removed debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 4de83f3..b845500 100644 --- a/main.py +++ b/main.py @@ -58,7 +58,6 @@ def get_water_level(): TimeElapsed = StopTime - startTime distance = (TimeElapsed * 34300) / 2 - debug_print(str(distance)) rounded_distance = int(distance) return str(rounded_distance)