1
0
Fork 0

fix(fs.shared): Remove debug statement

This commit is contained in:
Joost De Cock 2021-12-28 16:23:52 +01:00
parent af0473a02b
commit 453a26b868

View file

@ -9,8 +9,6 @@ const Highlight = (props) => {
children=[],
className='language-js',
} = props
console.log(props.children.props)
const language = props.children.props.className.split('-').pop()
return (