diff --git a/_worker.js b/_worker.js index 4167deb51..6d359cf09 100644 --- a/_worker.js +++ b/_worker.js @@ -3991,7 +3991,6 @@ async function renderHomePage(proxySettings, warpConfigs, hostName, password) { bypassChina, blockUDP443 } = proxySettings; - const isWarpReady = warpConfigs ? true : false; const isPassSet = password ? password.length >= 8 : false; const isWarpPlus = warpPlusLicense ? true : false; let activeProtocols = (vlessConfigs ? 1 : 0) + (trojanConfigs ? 1 : 0); @@ -4975,7 +4974,6 @@ async function renderHomePage(proxySettings, warpConfigs, hostName, password) {