Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Remove Unneeded Logging #798

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion data_diff/joindiff_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def _count_diff_per_column(
table1: Optional[TableSegment] = None,
table2: Optional[TableSegment] = None,
):
logger.info(type(table1))
logger.debug(f"Counting differences per column: {table1.table_path} <> {table2.table_path}")
is_diff_cols_counts = db.query(
diff_rows.select(sum_(this[c]) for c in is_diff_cols),
Expand Down