注释掉一些log

This commit is contained in:
luying
2022-08-26 15:50:06 +08:00
parent 4b2e7d9d0f
commit 26b18b7ba0
17 changed files with 29 additions and 29 deletions

View File

@@ -620,7 +620,7 @@ export async function sendGuildCityDeclare(cityId: number, declareGuildCode: str
* @param serverId 区id
*/
export async function calWoodenHorseAndSend(serverId: number) {
console.log('calWoodenHorseAndSend');
// console.log('calWoodenHorseAndSend');
let obj = getRaceActivityObj();
return await obj.calServerHorses(serverId);
}