From 1f697601ebff0e47a5b25a52ec00f77176cbf42e Mon Sep 17 00:00:00 2001 From: keonly Date: Tue, 21 Nov 2023 12:48:01 +0900 Subject: [PATCH] fix(API): remove debugging print --- API/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/utils.py b/API/utils.py index 8314102..5391a8a 100644 --- a/API/utils.py +++ b/API/utils.py @@ -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: