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 04bd4ff commit 1bcd604Copy full SHA for 1bcd604
bam_masterdata/excel/excel_to_entities.py
@@ -619,14 +619,6 @@ def block_to_entity_dict(
619
620
# Get the entity type
621
entity_type = sheet[f"A{start_index_row}"].value
622
-
623
- self.logger.critical("--- DIAGNOSTIC: Inside block_to_entity_dict ---")
624
- self.logger.critical(
625
- f"Raw entity_type from Excel cell A{start_index_row} is: {repr(entity_type)}"
626
- )
627
- print(
628
- f"--- DIAGNOSTIC PRINT: Raw entity_type is: {repr(entity_type)}", flush=True
629
630
if entity_type not in self.VALIDATION_RULES:
631
raise ValueError(f"Invalid entity type: {entity_type}")
632
0 commit comments