Skip to content

Commit

Permalink
remove logs (#4597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowlee authored Jan 12, 2023
1 parent d905077 commit b026302
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions discovery-provider/src/tasks/entity_manager/entity_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@


def get_record_columns(record) -> List[str]:
logger.info(record.__table__.columns)
for col in record.__table__.columns:
logger.info(col)
logger.info(col.key)
columns = [str(m.key) for m in record.__table__.columns]
logger.info(columns)
return columns


Expand Down

0 comments on commit b026302

Please sign in to comment.