Skip to content

Commit 4d1031d

Browse files
committed
Remove log.
1 parent f67bbac commit 4d1031d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/table/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const Table = memo(props => {
135135
const [columnPinning, onColumnPinningChange] = usePinning(defaultColumnPinning, pinningChangeCb)
136136

137137
const [expanded, onExpandedChange] = useExpanding(defaultExpanded, expandedChangeCb)
138-
console.log("table", expanded)
138+
139139
const [rowSelection, onRowSelectionChange] = useSelecting(
140140
defaultRowSelection,
141141
rowSelectionChangeCb

0 commit comments

Comments
 (0)