From b02aec5d0d0bd539903136d92f1c2873c8e36c08 Mon Sep 17 00:00:00 2001 From: ZLY Date: Fri, 19 Sep 2025 15:51:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8con?= =?UTF-8?q?sole.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/components/actionBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/flowEditor/components/actionBar.tsx b/src/pages/flowEditor/components/actionBar.tsx index 8da580b..f43b4b0 100644 --- a/src/pages/flowEditor/components/actionBar.tsx +++ b/src/pages/flowEditor/components/actionBar.tsx @@ -15,7 +15,6 @@ const ActionBar: React.FC = ({ onSave }) => { const dispatch = useDispatch(); const changeLogBarStatus = () => { - console.log(123, logBarStatus); dispatch(updateLogBarStatus(!logBarStatus)); };