From f1f7777d2f62cbe811121f15e0c31646ad4337de Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 26 Oct 2024 05:38:15 +0530 Subject: [PATCH] chore: cleanup --- src/components/organisms/ProxyForm.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/organisms/ProxyForm.tsx b/src/components/organisms/ProxyForm.tsx index 4fdde1c3..17c8e04c 100644 --- a/src/components/organisms/ProxyForm.tsx +++ b/src/components/organisms/ProxyForm.tsx @@ -88,7 +88,6 @@ const ProxyForm: React.FC = () => { setTabIndex(newValue); }; - // test proxy config const testProxy = async () => { await testProxyConfig().then((response) => { if (response.success) { @@ -99,7 +98,6 @@ const ProxyForm: React.FC = () => { }); }; - // get proxy config const fetchProxyConfig = async () => { await getProxyConfig().then((response) => { if (response.proxy_url) {