diff --git a/src/_worker.js b/src/_worker.js
index 216d05995..d4dcd1dbd 100644
--- a/src/_worker.js
+++ b/src/_worker.js
@@ -1462,7 +1462,6 @@ async function renderHomePage (proxySettings, warpConfigs, hostName, password) {
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);
@@ -2449,7 +2448,6 @@ async function renderHomePage (proxySettings, warpConfigs, hostName, password) {
-