Skip to content

Commit d8fd24a

Browse files
committed
chore: clean-up
1 parent e0f155f commit d8fd24a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/docs/src/templates/DocsLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const getDescription = (location: Location, description: string) => {
6565
const parts = description.split(regex)
6666
const matches = description.match(regex)
6767

68-
console.log('parts', parts)
69-
7068
if (matches && parts.length > 1) {
7169
return (
7270
<>

0 commit comments

Comments
 (0)