From c8ccba0192c998ef5bfe2447675dfb2bc0f180e7 Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 11 Apr 2022 02:26:09 +0800 Subject: [PATCH] chore: rm console --- src/components/proxy/proxy-group.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/proxy/proxy-group.tsx b/src/components/proxy/proxy-group.tsx index 3f6a6db..9c9deda 100644 --- a/src/components/proxy/proxy-group.tsx +++ b/src/components/proxy/proxy-group.tsx @@ -95,8 +95,6 @@ const ProxyGroup = ({ group }: Props) => { await delayManager.checkListDelay({ names, groupName, skipNum: 8 }, () => mutate("getProxies") ); - - console.log("finish"); }); // auto scroll to current index