From 8fec68823416a29c7fd33eee9051d5a77ed3929c Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 11 Jun 2023 15:40:42 +0800 Subject: [PATCH] style: remove debug code --- client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx b/client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx index 3d434a46..ef66a3af 100644 --- a/client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx +++ b/client/web/plugins/com.msgbyte.bbcode/src/bbcode/parser.tsx @@ -138,7 +138,6 @@ class BBCodeParser { } render(input: string): ReactNode[] { - console.log('input', input); const ast = this.parse(input); return ast