chore(parser): remove log

This commit is contained in:
syy11cn 2022-06-03 14:56:22 +08:00
parent 927cf6fb64
commit f523334b82
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ export function parseParagraph(tokens: Token[]): Paragraph {
// Math blocks.
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [_, mathBlock] = inline[0].content.match(MathBlockRegExp) || []
// eslint-disable-next-line no-console
console.log(mathBlock)
if (mathBlock) {
return new Paragraph({
style: StyleId.image,