Remove log
This commit is contained in:
parent
8f9c02ff75
commit
245e6c5cc8
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ function CollapsibleComponent(props: Props) {
|
|||
const { paddedProps, headerColors } = props;
|
||||
const Comp = props.component;
|
||||
const theme = useTheme();
|
||||
console.log(theme.dark);
|
||||
|
||||
const { setCollapsible } = useCollapsible();
|
||||
|
||||
|
|
Loading…
Reference in a new issue