Skip to content

Commit

Permalink
remove unneeded logging (datafold#798)
Browse files Browse the repository at this point in the history
Co-authored-by: Sung Won Chung <sung@datafold.com>
  • Loading branch information
sungchun12 and Sung Won Chung authored Dec 12, 2023
1 parent 6906c42 commit c1dde75
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit c1dde75

Please sign in to comment.