Skip to content

Commit a34b2d5

Browse files
committed
Remove log
1 parent fbc0e92 commit a34b2d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/data_dictionary_creator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ async def extract_entity_relationships(self) -> list[EntityRelationship]:
361361
relationship.foreign_warehouse = self.warehouse
362362
relationship.foreign_database = self.database
363363
relationship.foreign_catalog = self.catalog
364-
logging.info(relationship)
365364

366365
# Duplicate relationships to create a complete graph
367366

0 commit comments

Comments
 (0)