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