mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 09:27:04 +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) {
|
function BlogPage(props) {
|
||||||
const context = useContext(DocusaurusContext);
|
const context = useContext(DocusaurusContext);
|
||||||
console.log(context);
|
|
||||||
const {blogMetadatas, language, siteConfig = {}} = context;
|
const {blogMetadatas, language, siteConfig = {}} = context;
|
||||||
const {baseUrl, favicon} = siteConfig;
|
const {baseUrl, favicon} = siteConfig;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue