mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 05:12:52 +00:00
chore(v2): remove console.log
This commit is contained in:
parent
e5b7daef33
commit
03ac87a1e1
|
|
@ -15,7 +15,6 @@ import DocusaurusContext from '@docusaurus/context';
|
|||
|
||||
function BlogPage(props) {
|
||||
const context = useContext(DocusaurusContext);
|
||||
console.log(context);
|
||||
const {blogMetadatas, language, siteConfig = {}} = context;
|
||||
const {baseUrl, favicon} = siteConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue