diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2024-11-16 08:46:19 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2024-11-16 08:46:19 -0500 |
| commit | 12bc130fc15f539d8e953a1acf1542c24f7522b4 (patch) | |
| tree | 8c034233f9b51b81b6ab232944a767984830db54 | |
| parent | 577466206addb1e03cf92b3dd5fec14abc125627 (diff) | |
no printing
| -rw-r--r-- | dashboard_website/router.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard_website/router.py b/dashboard_website/router.py index b6783a9..122f767 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -446,7 +446,6 @@ def __find_closest_coordinates(clues: [Clue], centroid: Point, n:int=1): :param centroid: the centroid :return: the clue in the list that is closest to the centroid """ - print(clues) # Convert the clues to a list of points closest_coordinates = [] |
