remove misplaced assert: in network games illegal words may well

arrive.
This commit is contained in:
Andy2 2011-10-10 06:48:07 -07:00
parent c3ba50c905
commit d5ca5bbd0d

View file

@ -2040,7 +2040,6 @@ recordWord( const XP_UCHAR* word, XP_Bool isLegal, void* closure )
{
RecordWordsInfo* info = (RecordWordsInfo*)closure;
XWStreamCtxt* stream = info->stream;
XP_ASSERT( isLegal );
XP_LOGF( "%s(%s)", __func__, word );
if ( 0 < info->nWords++ ) {
stream_putU8( stream, '\n' );