style: remove debug code

pull/90/head
moonrailgun 2 years ago
parent b47a22b51f
commit 8fec688234

@ -138,7 +138,6 @@ class BBCodeParser {
}
render(input: string): ReactNode[] {
console.log('input', input);
const ast = this.parse(input);
return ast

Loading…
Cancel
Save