🎈 perf(清理): 删除不必要的打印

This commit is contained in:
luying
2023-03-15 10:20:35 +08:00
parent 3e80616e49
commit ea95c5f2a5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ export async function setTrainLv(guildCode: string, trainLv: string) {
export async function calHiddenData(uid: number) {
let result = await HiddenDataByIdModel.findAllData();
console.log('####', JSON.stringify(result))
// console.log('####', JSON.stringify(result))
let heroes: number[] = [], goods: number[] = [];
await HiddenDataModel.clearData();
for(let { _id, ids } of result) {