get rid of excess logging

This commit is contained in:
Andy2 2010-07-27 21:36:14 -07:00
parent 958ec15a19
commit d67e421541

View file

@ -1317,7 +1317,6 @@ commitTurn( ModelCtxt* model, XP_S16 turn, TrayTileSet* newTiles,
model_addPlayerTile( model, turn, -1, *newTilesP++ );
}
XP_LOGF( "%s: %d tiles on board", __func__, model->vol.nTilesOnBoard );
return score;
} /* commitTurn */