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