mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Remove leftover log call in the markdown renderer
This commit is contained in:
parent
3ea938e85d
commit
edf4486cf8
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ export class MarkdownElement extends CustomElement {
|
|||
tokenizer(src, _) {
|
||||
const match = src.match(/^[$](.+?)[$]/)
|
||||
if(match) {
|
||||
console.log(match)
|
||||
return {
|
||||
type: "mathInline",
|
||||
raw: match[0],
|
||||
|
|
Loading…
Reference in a new issue