This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit 7bc726c42592342a1d9708a05b3c6b80c0380d7e Author: shuai <[email protected]> AuthorDate: Thu Apr 25 18:14:45 2024 +0800 fix: delete console.log --- ui/src/components/Comment/components/Form/index.tsx | 2 -- ui/src/components/Comment/components/Reply/index.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/ui/src/components/Comment/components/Form/index.tsx b/ui/src/components/Comment/components/Form/index.tsx index 82d547f8..12368193 100644 --- a/ui/src/components/Comment/components/Form/index.tsx +++ b/ui/src/components/Comment/components/Form/index.tsx @@ -66,8 +66,6 @@ const Index = ({ }); }; - console.log('userName:', pageUsers.getUsers()); - return ( <div className={classNames( diff --git a/ui/src/components/Comment/components/Reply/index.tsx b/ui/src/components/Comment/components/Reply/index.tsx index 9d236f11..2bd722f2 100644 --- a/ui/src/components/Comment/components/Reply/index.tsx +++ b/ui/src/components/Comment/components/Reply/index.tsx @@ -50,8 +50,6 @@ const Index = ({ userName, onSendReply, onCancel, mode }) => { }); }; - console.log('userName:', pageUsers.getUsers()); - return ( <div className="mb-2"> <div className="small mb-2">
