Skip to content

Commit 1bcd604

Browse files
committed
Solved bugs
1 parent 04bd4ff commit 1bcd604

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bam_masterdata/excel/excel_to_entities.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,6 @@ def block_to_entity_dict(
619619

620620
# Get the entity type
621621
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-
)
630622
if entity_type not in self.VALIDATION_RULES:
631623
raise ValueError(f"Invalid entity type: {entity_type}")
632624

0 commit comments

Comments
 (0)