From: Kevin Worth Date: Sat, 4 Feb 2006 18:52:10 +0000 (+0000) Subject: Undoing accidental svn update X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=5317a34c1c224c21f56fcdbe8cc1feb3cc3565ba Undoing accidental svn update --- 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]); } }