Skip to content

Commit

Permalink
fix(API): remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
keonly committed Nov 21, 2023
1 parent d0bbe9e commit 1f69760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def save_to_mongo(data: List[dict], sgTypecode: str) -> None:
main_collection = db["local_councilor"]

local_metro_map = getLocalMetroMap()
print(len(data))

# TODO: Support other types of councils
if sgTypecode == "6":
for entry in data:
Expand Down

0 comments on commit 1f69760

Please sign in to comment.