🎈 perf(清理): 删除不必要的打印
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user