From b34bd9ffd2cabd5133f5a693b84d71a6633c52ec 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 3f6a6db3..9c9dedab 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