Skip to content

Commit

Permalink
Fix of a debug message that shouldnt still be there
Browse files Browse the repository at this point in the history
  • Loading branch information
pclemow committed Sep 16, 2024
1 parent 6e2b0d5 commit a2cc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def generate_map_clock_svg(
sim_hour = 3
sim_min = 0
sim_date = "Please Wait ..."
#print("oops")
# print("oops")
else: # strip the last datapoint for time into date and time, and then hours, mins
sim_date_time = opal_data["Time"].values[-1]
[sim_date, sim_time] = sim_date_time.split(" ", 1)
Expand Down

0 comments on commit a2cc9a3

Please sign in to comment.