From 5b2367bede768cd0beb13f0f27a819a352bba08a Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 2 Apr 2024 11:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=90=E4=B8=AA=E6=B2=A1=E7=94=A8=E7=9A=84lo?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/common.ts b/app/api/common.ts index 5230413b4..5e4711c0d 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -160,7 +160,7 @@ export async function requestLog( const ip = getIP(req); let { session, name } = await getSessionName(); - console.log("[中文]", name, session, baseUrl); + // console.log("[中文]", name, session, baseUrl); const logData = { ip: ip, path: url_path,