only use new input methods if in desktop GUI; remove debugging prints

This commit is contained in:
Peter F. Patel-Schneider
2019-01-11 03:48:42 -05:00
parent 09fc3ae60c
commit 3609ff9eff
3 changed files with 7 additions and 9 deletions

View File

@@ -523,7 +523,8 @@ public class MatchController extends AbstractGuiGame {
@Override
public List<Card> manipulateCardList(final String title, final List<Card> cards, final List<Card> manipulable, final boolean toTop, final boolean toBottom, final boolean toAnywhere) {
return null; // pfps not implemented yet
System.err.println("Not implemented yet - should never be called");
return null;
}
@Override