全局:清理部分console

This commit is contained in:
luying
2021-04-13 17:30:51 +08:00
parent 4d14bc2676
commit 95adc48d2a
20 changed files with 25 additions and 28 deletions

View File

@@ -217,7 +217,7 @@ export async function setPvpDefResult(pvpDefense: PvpDefenseType, seasonNum: num
* 每周重置地图
*/
export async function resetPvpWarId() {
console.log('resetPvpWarId');
// console.log('resetPvpWarId');
let systemConfig = await SystemConfigModel.findSystemConfig();
let warIds = deepCopy(getPvpGkWarIds());
let index = indexOf(warIds, systemConfig.warId);