X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=kub%2Fkub.c;fp=kub%2Fkub.c;h=5377fc47534bd0dff12cc3aab470ba507d90cdcf;hp=f9dfc3448cc94bb96a6cf32bf394f50bec5a8148;hb=5317a34c1c224c21f56fcdbe8cc1feb3cc3565ba;hpb=a8925bfcf99614560389cafd813951d827c08d68 diff --git a/kub/kub.c b/kub/kub.c index f9dfc34..5377fc4 100755 --- a/kub/kub.c +++ b/kub/kub.c @@ -218,7 +218,6 @@ static void hand_print(game_t *game) int i; for (i = 0; i < game->players[0].hand.num_cards; ++i) { - printf ("Player 1 has these tiles:\n"); card_print(game->players[0].hand.cards[i]); } }