From 694e4ca35a31e2cca06d180b6c3af0a18768bae1 Mon Sep 17 00:00:00 2001 From: divocat Date: Sun, 26 Oct 2025 01:10:33 +0300 Subject: [PATCH] fix: remove extra console log --- .../src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts | 2 -- .../htdocs/luci-static/resources/view/podkop/main.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/fe-app-podkop/src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts b/fe-app-podkop/src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts index d46cb47..9a2edf4 100644 --- a/fe-app-podkop/src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts +++ b/fe-app-podkop/src/podkop/tabs/diagnostic/checks/runSectionsCheck.ts @@ -39,7 +39,6 @@ export async function runSectionsCheck() { const latencyGroup = await PodkopShellMethods.getClashApiGroupLatency( section.code, ); - console.log('Latency group', latencyGroup); const success = latencyGroup.success && !latencyGroup.data.message; @@ -63,7 +62,6 @@ export async function runSectionsCheck() { const latencyProxy = await PodkopShellMethods.getClashApiProxyLatency( section.code, ); - console.log('Latency proxy', latencyProxy); const success = latencyProxy.success && !latencyProxy.data.message; diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/main.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/main.js index ab1bc25..7147f63 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/main.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/main.js @@ -3736,7 +3736,6 @@ async function runSectionsCheck() { const latencyGroup = await PodkopShellMethods.getClashApiGroupLatency( section.code ); - console.log("Latency group", latencyGroup); const success3 = latencyGroup.success && !latencyGroup.data.message; if (success3) { const latency2 = Object.values(latencyGroup.data).map((item) => item ? `${item}ms` : "n/a").join(" / "); @@ -3753,7 +3752,6 @@ async function runSectionsCheck() { const latencyProxy = await PodkopShellMethods.getClashApiProxyLatency( section.code ); - console.log("Latency proxy", latencyProxy); const success2 = latencyProxy.success && !latencyProxy.data.message; if (success2) { return {