From f60b4f25a02d0dae51a9564a8bdb4fdd93cad067 Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Tue, 6 Dec 2022 22:19:21 +0800 Subject: [PATCH] Debug --- crisp/extract/crisp_extract_function.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crisp/extract/crisp_extract_function.py b/crisp/extract/crisp_extract_function.py index 11e44b1..9c6fce4 100644 --- a/crisp/extract/crisp_extract_function.py +++ b/crisp/extract/crisp_extract_function.py @@ -44,7 +44,6 @@ def get_peoples_csv(website_id, client, path, filename): # Get marking by CustomerService Operator for people_id in peoples_list_df.people_id: - print(people_id) people_data_json = client.website.get_people_data(website_id, people_id) temp_df = general_function.json_normalize_to_df(people_data_json) temp_df['people_id'] = people_id