mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove bad assert
This commit is contained in:
parent
550248bce0
commit
310e1cea4f
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ dvc_parseMQTTPacket( XW_DUtilCtxt* dutil, XWEnv xwe, const XP_UCHAR* topic,
|
|||
break;
|
||||
default:
|
||||
XP_LOGFF( "unknown command %d; dropping message", cmd );
|
||||
XP_ASSERT(0);
|
||||
// XP_ASSERT(0);
|
||||
}
|
||||
} else {
|
||||
XP_LOGFF( "bad proto %d; dropping packet", proto );
|
||||
|
|
Loading…
Reference in a new issue