We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d6d16 commit c381fb9Copy full SHA for c381fb9
recordprocessor/src/batch_processor.py
@@ -39,7 +39,6 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
39
40
target_disease = map_target_disease(vaccine)
41
row_count = 0
42
- logger.info(f"process with encoder {encoder} from row {row_count+1}")
43
row_count, err = process_rows(file_id, vaccine, supplier, file_key, allowed_operations,
44
created_at_formatted_string, csv_reader, target_disease)
45
0 commit comments