Revert "增加 pvp 测试的调试信息"

This reverts commit ec5ccfa5af.
This commit is contained in:
liangtongchuan
2022-01-21 11:15:08 +08:00
parent 66a2f08908
commit 396de05099

View File

@@ -25,7 +25,6 @@ describe('pvp测试', function () {
if (c.client && c.roleInfo) {
pinusClient = c.client;
roleInfo = c.roleInfo;
console.log('pvp got roleInfo', new Date(), JSON.stringify(roleInfo));
clearInterval(timer);
done();
}
@@ -53,7 +52,6 @@ describe('pvp测试', function () {
});
it('保存防守阵容', function (done) {
console.log('pvp saveDefence roleInfo', new Date(), JSON.stringify(roleInfo));
let myHeroes = roleInfo.heros || [];
let heroes = [];
for (let i = 0; i < 6; i++) {
@@ -116,7 +114,6 @@ describe('pvp测试', function () {
saveAttack();
}
function saveAttack() {
console.log('pvp saveAttack roleInfo', JSON.stringify(roleInfo));
let myHeroes = roleInfo.heros || [];
let heroes = [];
for (let i = 0; i < 6; i++) {