We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62ad30b + 0a1b6e5 commit a7d1b45Copy full SHA for a7d1b45
src/theme/DocRoot/Layout/Main/index.js
@@ -4,7 +4,6 @@ import {useDocsSidebar} from '@docusaurus/plugin-content-docs/client';
4
import styles from './styles.module.css';
5
export default function DocPageLayoutMain({hiddenSidebarContainer, children}) {
6
const sidebar = useDocsSidebar();
7
- console.log('loading!!!!')
8
return (
9
<main
10
className={clsx(
0 commit comments