From 82289d9f1f4d57c29c4f4c67dc5fb720acf13162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Thu, 12 Dec 2024 09:57:52 +0800 Subject: [PATCH] chore: debug log remove --- src/common/qq-basic-info.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/qq-basic-info.ts b/src/common/qq-basic-info.ts index 8e425ddd..389d4a8c 100644 --- a/src/common/qq-basic-info.ts +++ b/src/common/qq-basic-info.ts @@ -100,7 +100,6 @@ export class QQBasicInfoWrapper { getAppidV2ByMajor(QQVersion: string) { const majorPath = getMajorPath(QQVersion); const appid = parseAppidFromMajor(majorPath); - console.log(appid); return appid; }