Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Oct 24, 2023
1 parent 9cc1514 commit 42f9bdf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ def get_audit_log_mcps(self) -> Iterable[MetadataWorkUnit]:
self.report.num_queries_parsed += 1
if self.report.num_queries_parsed % 1000 == 0:
logger.info(f"Parsed {self.report.num_queries_parsed} queries")
print(entry.query)
print()
yield from self.gen_lineage_from_query(
query=entry.query,
default_database=entry.default_database,
Expand Down

0 comments on commit 42f9bdf

Please sign in to comment.