mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
Merge pull request #4469 from ChatGPTNextWeb/chore-fix
feat: remove debug code
This commit is contained in:
commit
984c79e2d2
@ -136,7 +136,6 @@ function escapeBrackets(text: string) {
|
||||
|
||||
function _MarkDownContent(props: { content: string }) {
|
||||
const escapedContent = useMemo(() => {
|
||||
console.log("================", props.content);
|
||||
return escapeBrackets(escapeDollarNumber(props.content));
|
||||
}, [props.content]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user