From 7875862ec696a27944e9e787a7a53a7cbf1cc16e Mon Sep 17 00:00:00 2001 From: Haixing <65376724+HaixingOoO@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:51:10 +0800 Subject: [PATCH] fix(statistic): remove redundant console log (#2617) --- src/statistic/Statistic.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/statistic/Statistic.tsx b/src/statistic/Statistic.tsx index 24774f9291..292ac59fe0 100644 --- a/src/statistic/Statistic.tsx +++ b/src/statistic/Statistic.tsx @@ -103,7 +103,6 @@ const Statistic = forwardRef((props, ref) => { useEffect(() => { // 第一次渲染不执行,否则导致初始formValue失效 - console.log('isFirstRender', isFirstRender); if (isFirstRender) return; setInnerValue(value);