8000 chore: clean-up · engrrio07/coreui-react-17@14e7ea0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14e7ea0

Browse files
committed
chore: clean-up
1 parent b0baa45 commit 14e7ea0

File tree

1 file changed

+0
-1
lines changed
  • packages/docs/src/components

1 file changed

+0
-1
lines changed

packages/docs/src/components/Toc.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ interface TocProps {
1212
}
1313

1414
const Toc: FC<TocProps> = ({ items }) => {
15-
console.log(items)
1615
const toc = (items: TocItem[]) => {
1716
return (
1817
items &&

0 commit comments

Comments
 (0)
0