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
commit 2ae309abc329f16148c6fcf62e88afb4a72ba72a Author: shuai <[email protected]> AuthorDate: Fri Dec 19 14:11:42 2025 +0800 fix: delete log --- ui/src/components/Customize/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/components/Customize/index.tsx b/ui/src/components/Customize/index.tsx index 52cc651b..7da85b05 100644 --- a/ui/src/components/Customize/index.tsx +++ b/ui/src/components/Customize/index.tsx @@ -138,7 +138,6 @@ const Index: FC = () => { * description: Activate scripts with data-client attribute when route changes */ const allScript = document.body.querySelectorAll('script[data-client]'); - console.log('allScript', allScript); allScript.forEach((scriptNode) => { const script = document.createElement('script'); script.setAttribute('data-client', 'true');
