1
Fork 0
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:
Jay 2025-02-13 18:21:01 -08:00
parent 952dab91a0
commit b8c2e8534a
No known key found for this signature in database
GPG key ID: 97C2E533F17AF0EB

View file

@ -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