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/answer.git


The following commit(s) were added to refs/heads/test by this push:
     new 82b1211f fix: delete log
     new 3972d488 Merge branch 'test' of github.com:apache/answer into test
82b1211f is described below

commit 82b1211f6f26b0d065992531acdd652c93c177b5
Author: shuai <[email protected]>
AuthorDate: Fri Mar 14 15:38:27 2025 +0800

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

diff --git a/ui/src/components/Editor/utils/index.ts 
b/ui/src/components/Editor/utils/index.ts
index 9f752184..768319fa 100644
--- a/ui/src/components/Editor/utils/index.ts
+++ b/ui/src/components/Editor/utils/index.ts
@@ -105,7 +105,6 @@ export function htmlRender(el: HTMLElement | null, config?: 
htmlRenderConfig) {
 
     const tooltipTriggerList = el.querySelectorAll('.a-copy-code');
 
-    console.log('tooltipTriggerList', Array.from(tooltipTriggerList).length);
     Array.from(tooltipTriggerList)?.map(
       (tooltipTriggerEl) => new Tooltip(tooltipTriggerEl),
     );

Reply via email to