clear:删除一些console.log

This commit is contained in:
luying
2021-10-09 11:35:22 +08:00
parent 9ad04a1170
commit 04060acd79
13 changed files with 201 additions and 34 deletions

View File

@@ -552,7 +552,7 @@ export class HeroHandler {
let sid: string = session.get('sid');
let { id } = msg;
let skinInfo = gameData.fashion.get(id);
console.log('*****', id, skinInfo)
// console.log('*****', id, skinInfo)
if (!skinInfo) return resResult(STATUS.HERO_SKIN_NOT_FIND);
let hero = await HeroModel.findByHidAndRole(skinInfo.actorId, roleId);
if (!hero) return resResult(STATUS.HERO_NOT_FIND);