Skip to content

Commit c0e96f4

Browse files
committed
remove console.log
1 parent 6091ee3 commit c0e96f4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/List/Group/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export const ListGroup = React.memo<ListGroupProps>(function ListGroup({
6060
setOnlyOneChild(React.Children.count(children) === 1)
6161
}, [children])
6262

63-
console.log("children count", React.Children.count(children))
64-
6563
// if we have more than one child wrap in a column with between set
6664

6765
const listGroupContent = (

0 commit comments

Comments
 (0)