Skip to content

Commit 54dcd37

Browse files
authored
remove error logging (#984)
1 parent 954c7e3 commit 54dcd37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/recordprocessor/src/batch_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def process_rows(
143143
send_to_kinesis(supplier, outgoing_message_body, vaccine)
144144
total_rows_processed_count += 1
145145
except UnicodeDecodeError as error: # pylint: disable=broad-exception-caught
146-
logger.error("Error processing row %s: %s", row_count, error)
147146
return total_rows_processed_count, error
148147

149148
return total_rows_processed_count, None

0 commit comments

Comments
 (0)