fix(fs.shared): Remove debug statement
This commit is contained in:
parent
af0473a02b
commit
453a26b868
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ const Highlight = (props) => {
|
||||||
children=[],
|
children=[],
|
||||||
className='language-js',
|
className='language-js',
|
||||||
} = props
|
} = props
|
||||||
console.log(props.children.props)
|
|
||||||
|
|
||||||
const language = props.children.props.className.split('-').pop()
|
const language = props.children.props.className.split('-').pop()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue