This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch feat/1.3.1/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/feat/1.3.1/ui by this push:
new e49deb1a fix: delete console.log
e49deb1a is described below
commit e49deb1aab3548b2269614c8f42577a43df378a1
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">