mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
remove console log
This commit is contained in:
parent
952dab91a0
commit
b8c2e8534a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ export default function Markdown({ code, ...props }) {
|
|||
return <Code>{children}</Code>;
|
||||
},
|
||||
pre({ children }) {
|
||||
console.log(children);
|
||||
// @ts-expect-error someone find the type for this :sob:
|
||||
const match = /language-(\w+)/.exec(children.props?.className || '');
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue