From b37b74cfac9cb56c595c570c54bc2a1ac2e33bb6 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Sat, 4 Feb 2023 14:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(test):=20=E5=88=A0?= =?UTF-8?q?=E6=8E=89=E6=97=A0=E7=94=A8=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/gvgBattle.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/game-server/test/gvgBattle.test.ts b/game-server/test/gvgBattle.test.ts index 4f59d80d5..6784537f6 100644 --- a/game-server/test/gvgBattle.test.ts +++ b/game-server/test/gvgBattle.test.ts @@ -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,