Skip to content

Commit 6b3d44a

Browse files
authored
Merge pull request #1875 from busches/patch-3
v3 - Remove console.logs
2 parents d266ef0 + 9fb2af1 commit 6b3d44a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/TableBodyCell.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function TableBodyCell(props) {
107107
tableId,
108108
...otherProps
109109
} = props;
110-
console.log(props);
111110
const onCellClick = options.onCellClick;
112111

113112
const handleClick = useCallback(
@@ -170,7 +169,6 @@ function TableBodyCell(props) {
170169
{typeof children === 'function' ? children(dataIndex, rowIndex) : children}
171170
</div>,
172171
];
173-
console.log('isEmty' + props.isEmpty);
174172
var innerCells;
175173
if (
176174
['standard', 'scrollMaxHeight', 'scrollFullHeight', 'scrollFullHeightFullWidth'].indexOf(options.responsive) !==

0 commit comments

Comments
 (0)