mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* Changed some logging messages.
This commit is contained in:
parent
ceb7dbcdf2
commit
c085ea148a
2 changed files with 11 additions and 16 deletions
|
|
@ -62,7 +62,6 @@ public class Constructed extends DeckValidator {
|
|||
|
||||
@Override
|
||||
public boolean validate(Deck deck) {
|
||||
logger.debug("DECK validate start: " + name + " deckname: " + deck.getName());
|
||||
boolean valid = true;
|
||||
//20091005 - 100.2a
|
||||
if (deck.getCards().size() < 60) {
|
||||
|
|
@ -136,8 +135,6 @@ public class Constructed extends DeckValidator {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
logger.debug("DECK validate end: " + name + " deckname: " + deck.getName() + " invalids:" + invalid.size());
|
||||
return valid;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue