Skip to content

Commit 578a6cb

Browse files
committed
remove log
1 parent 9ccd6d3 commit 578a6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/src/components/InfiniteTable/components/InfiniteTableRow/InfiniteTableColumnCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ function InfiniteTableColumnCellFn<T>(props: InfiniteTableColumnCellProps<T>) {
901901
return <div ref={domRef} style={{ display: 'none' }} />;
902902
}
903903

904-
console.log('update', rowInfo.indexInAll, column.id);
904+
// console.log('update', rowInfo.indexInAll, column.id);
905905

906906
return (
907907
// this context is here for supporting useInfiniteColumnCell to be used

0 commit comments

Comments
 (0)