chore: debug log remove

This commit is contained in:
手瓜一十雪
2024-12-12 09:57:52 +08:00
parent 4cdbdaaf4e
commit 82289d9f1f

View File

@@ -100,7 +100,6 @@ export class QQBasicInfoWrapper {
getAppidV2ByMajor(QQVersion: string) {
const majorPath = getMajorPath(QQVersion);
const appid = parseAppidFromMajor(majorPath);
console.log(appid);
return appid;
}