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)