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

Commit c1dde75

Browse files
sungchun12Sung Won Chung
and
Sung Won Chung
authored
remove unneeded logging (#798)
Co-authored-by: Sung Won Chung <[email protected]>
1 parent 6906c42 commit c1dde75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_diff/joindiff_tables.py

-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ def _count_diff_per_column(
343343
table1: Optional[TableSegment] = None,
344344
table2: Optional[TableSegment] = None,
345345
):
346-
logger.info(type(table1))
347346
logger.debug(f"Counting differences per column: {table1.table_path} <> {table2.table_path}")
348347
is_diff_cols_counts = db.query(
349348
diff_rows.select(sum_(this[c]) for c in is_diff_cols),

0 commit comments

Comments
 (0)