注释掉一些log
This commit is contained in:
@@ -157,7 +157,7 @@ export class NormalBattleHandler {
|
||||
if (warInfo.warType == WAR_TYPE.COM_BATTLE) {
|
||||
return resResult(STATUS.BATTLE_END_WRONG_TYPE);
|
||||
}
|
||||
console.log('####### warInfo.warType', warInfo.warType)
|
||||
// console.log('####### warInfo.warType', warInfo.warType)
|
||||
|
||||
const BattleRecord = await BattleRecordModel.getBattleRecordByCode(battleCode, true);
|
||||
if (!BattleRecord || BattleRecord.status != 0) {
|
||||
@@ -255,7 +255,7 @@ export class NormalBattleHandler {
|
||||
await challengeDailyGK(serverId, roleId, activityId, battleId)
|
||||
}
|
||||
} else if (warInfo.warType == WAR_TYPE.ACT_NEW_HERO_GK) {
|
||||
console.log('##### warInfo.warType', warInfo.warType, isSuccess)
|
||||
// console.log('##### warInfo.warType', warInfo.warType, isSuccess)
|
||||
if (isSuccess) {
|
||||
isFirst = await challengeNewHeroGK(serverId, roleId, activityId, battleId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user