Skip to content

Commit a7d1b45

Browse files
authored
Merge pull request #3075 from ClickHouse/remove_console
remove loading
2 parents 62ad30b + 0a1b6e5 commit a7d1b45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/DocRoot/Layout/Main/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {useDocsSidebar} from '@docusaurus/plugin-content-docs/client';
44
import styles from './styles.module.css';
55
export default function DocPageLayoutMain({hiddenSidebarContainer, children}) {
66
const sidebar = useDocsSidebar();
7-
console.log('loading!!!!')
87
return (
98
<main
109
className={clsx(

0 commit comments

Comments
 (0)