From 0c15a65f40ddbedd6d640e25604ce78f496dc1fa Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 22 Jan 2024 12:13:16 -0800 Subject: [PATCH] remove print statement --- app/aws/s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/aws/s3.py b/app/aws/s3.py index e226f05a1..c0fc96324 100644 --- a/app/aws/s3.py +++ b/app/aws/s3.py @@ -188,7 +188,6 @@ def get_personalisation_from_s3(service_id, job_id, job_row_number): for header in first_row: personalisation_dict[header] = correct_row[index] index = index + 1 - print(f"get personalisation returns {personalisation_dict}") return personalisation_dict