Skip to content

Commit 1dcfd13

Browse files
author
Simon Prickett
committed
Removed console log I left in by accident.
1 parent afea309 commit 1dcfd13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/DocItem/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import {
2727

2828
function DocItem(props: Props): JSX.Element {
2929
const {siteConfig} = useDocusaurusContext();
30-
console.log(siteConfig);
3130
const {url: siteUrl} = siteConfig;
3231
const {content: DocContent} = props;
3332
const {

0 commit comments

Comments
 (0)