mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
XP_LOGFF( "unknown command %d; dropping message", cmd );
|
XP_LOGFF( "unknown command %d; dropping message", cmd );
|
||||||
XP_ASSERT(0);
|
// XP_ASSERT(0);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
XP_LOGFF( "bad proto %d; dropping packet", proto );
|
XP_LOGFF( "bad proto %d; dropping packet", proto );
|
||||||
|
|
Loading…
Reference in a new issue