diff --git a/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java b/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java index e85da2af870..03d93b6f124 100644 --- a/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java +++ b/Mage/src/main/java/mage/abilities/condition/common/CardsInHandCondition.java @@ -72,8 +72,6 @@ public class CardsInHandCondition implements Condition { default: throw new UnsupportedOperationException("Value of TargetController not supported for this class."); } - - //If a decorated condition exists, check it as well and apply them together. } return conditionApplies;