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=[],
|
||||
className='language-js',
|
||||
} = props
|
||||
console.log(props.children.props)
|
||||
|
||||
const language = props.children.props.className.split('-').pop()
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue