mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Code cleanup (removed unused log4j setting files, added extra info, samples and instructions, removed java logs)
This commit is contained in:
parent
e883ab0d97
commit
ab2fb29270
27 changed files with 183 additions and 182 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package mage.abilities.effects.common;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.logging.Logger;
|
||||
import java.util.stream.Collectors;
|
||||
import mage.MageObject;
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -25,8 +24,6 @@ import mage.target.targetpointer.FixedTarget;
|
|||
*/
|
||||
public class RollPlanarDieEffect extends OneShotEffect {
|
||||
|
||||
private static final Logger log = Logger.getLogger("Roll Planar Die");
|
||||
|
||||
protected List<Effect> chaosEffects = null;
|
||||
protected List<Target> chaosTargets = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue