Better fix for Kethis

This commit is contained in:
tool4EvEr
2021-07-04 11:45:39 +02:00
parent 233ad71b86
commit 9a58359563
2 changed files with 2 additions and 4 deletions

View File

@@ -126,7 +126,6 @@ public class InputProxy implements Observer {
public final boolean selectCard(final CardView cardView, final List<CardView> otherCardViewsToSelect, final ITriggerEvent triggerEvent) {
final Input inp = getInput();
//System.out.println("Selectcard " +cardView + " input: " +inp);
if (inp != null) {
final Card card = getCard(cardView);
if (card != null) {