From 50e207cf6f70d5b63963f42a8125c7d866bd65bd Mon Sep 17 00:00:00 2001 From: pk5ls20 Date: Wed, 20 Nov 2024 17:30:50 +0800 Subject: [PATCH] chore: remove useless log --- src/webui/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/index.ts b/src/webui/index.ts index ab89ed7c..f8bf81ac 100644 --- a/src/webui/index.ts +++ b/src/webui/index.ts @@ -66,7 +66,6 @@ export async function InitWebUi(logger: LogWrapper, pathWrapper: NapCatPathWrapp try { const publishUrl = 'https://ip.011102.xyz/'; const data = await RequestUtil.HttpGetJson<{ IP: { IP: string } }>(publishUrl, 'GET', {}, {}, true, true); - log("IP data", data); log(`[NapCat] [WebUi] WebUi Publish Panel Url: ${createUrl(data.IP.IP, '/webui', config.token)}`); } catch (err) { logger.logError(`[NapCat] [WebUi] Get Publish Panel Url Error: ${err}`);