Skip to content

Commit c381fb9

Browse files
committed
comment
1 parent f8d6d16 commit c381fb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recordprocessor/src/batch_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
3939

4040
target_disease = map_target_disease(vaccine)
4141
row_count = 0
42-
logger.info(f"process with encoder {encoder} from row {row_count+1}")
4342
row_count, err = process_rows(file_id, vaccine, supplier, file_key, allowed_operations,
4443
created_at_formatted_string, csv_reader, target_disease)
4544

0 commit comments

Comments
 (0)