mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
chore(v2): remove console.log
This commit is contained in:
parent
e5b7daef33
commit
03ac87a1e1
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue