dev: removed magediag file, now game/tourney logs goes to default console/file (related to #11572)

This commit is contained in:
Oleg Agafonov 2023-12-27 01:12:35 +04:00
parent ea0da62431
commit fac5f8c752
3 changed files with 0 additions and 21 deletions

View file

@ -77,7 +77,6 @@ public abstract class GameTinyLeadersImpl extends GameImpl {
watcher.addCardInfoToCommander(this);
this.getState().addAbility(ability, null);
} else {
// GameWorker.call processing errors and write it in magediag.log by defalt
// Test use case: create tiny game with random generated deck - game freezes with empty battlefield
throw new IllegalStateException("Commander card could not be created. Name: [" + player.getMatchPlayer().getDeck().getName() + ']');
}