Skip to content

Commit

Permalink
AccordionItem preserving uuid on instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Holloway committed Aug 6, 2020
1 parent a43f831 commit e23cbf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AccordionItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ export default class AccordionItem extends React.Component<Props> {
const { expanded } = itemContext;
const cx = expanded && activeClassName ? activeClassName : className;

console.log({ rest });

return (
<div
data-accordion-component="AccordionItem"
Expand Down

0 comments on commit e23cbf1

Please sign in to comment.