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.
1 parent 62ad30b commit 0a1b6e5Copy full SHA for 0a1b6e5
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