🌈 style(test): 删掉无用打印

This commit is contained in:
liangtongchuan
2023-02-04 14:54:25 +08:00
committed by luying
parent eb772484c2
commit b37b74cfac

View File

@@ -64,7 +64,6 @@ describe('gvg激战期测试', function () {
cityId, magicWord: DEBUG_MAGIC_WORD
}, (data) => {
checkSuccessResponse(data);
console.log(JSON.stringify(data.data.city, null, 2));
checkCity(data.data.city);
pinusClient.request('guild.gvgBattleHandler.getCity', {
cityId,