This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch feat/1.3.6/ui
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/feat/1.3.6/ui by this push:
     new 9ed0ab48 fix: delete log
9ed0ab48 is described below

commit 9ed0ab480ff3df549ca556ec35cca4b7a31101cf
Author: shuai <[email protected]>
AuthorDate: Mon Jul 15 15:49:48 2024 +0800

    fix: delete log
---
 ui/src/utils/common.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/src/utils/common.ts b/ui/src/utils/common.ts
index 32d63498..431e8f8c 100644
--- a/ui/src/utils/common.ts
+++ b/ui/src/utils/common.ts
@@ -189,7 +189,6 @@ function escapeHtml(str: string) {
 }
 
 function formatDiffPart(part: any, className: string): string {
-  console.log('333333', part);
   if (part.value.replace(/\n/g, '').length <= 0) {
     if (part.value.match(/\n/g)?.length > 1) {
       const value = part.value.replace(/\n/, '');

Reply via email to