From c1dced00f7d64fe6037f7774ac3ae8d0a0a3a987 Mon Sep 17 00:00:00 2001 From: goodmice Date: Fri, 7 Oct 2022 14:55:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D1=8B=D1=82=20console.log=20?= =?UTF-8?q?=D0=BD=D0=B0=20WellTreeSelector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/selectors/WellTreeSelector.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/selectors/WellTreeSelector.tsx b/src/components/selectors/WellTreeSelector.tsx index f2efb80..efe0b7e 100755 --- a/src/components/selectors/WellTreeSelector.tsx +++ b/src/components/selectors/WellTreeSelector.tsx @@ -99,8 +99,6 @@ export const WellTreeSelector = memo(({ show, expand, cur const navigate = useNavigate() const location = useLocation() - console.log(location.pathname) - useEffect(() => { if (current) setSelected([current]) }, [current])