From 67ddbf140b3d82b90168241f85746f93c89f28d8 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 23 Aug 2012 06:38:45 -0700 Subject: [PATCH] remove comment unintentionally committed --- xwords4/common/game.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/common/game.c b/xwords4/common/game.c index b824d4ce2..b4f1db0cf 100644 --- a/xwords4/common/game.c +++ b/xwords4/common/game.c @@ -356,7 +356,6 @@ disposePlayerInfoInt( MPFORMAL CurGameInfo* gi ) LocalPlayer* lp; for ( lp = gi->players, ii = 0; ii < MAX_NUM_PLAYERS; ++lp, ++ii ) { - XP_LOGF( "%s: disposing name %p", __func__, lp->name ); XP_FREEP( mpool, &lp->name ); XP_FREEP( mpool, &lp->password ); XP_FREEP( mpool, &lp->dictName );