remove assert (until I figure out why firing)

This commit is contained in:
Eric House 2022-09-29 07:19:29 -07:00
parent f5cc23f591
commit 4cfc781cd7

View file

@ -1853,7 +1853,6 @@ sendMsg( CommsCtxt* comms, XWEnv xwe, MsgQueueElem* elem, const CommsConnType fi
(void)channelToAddress( comms, xwe, channelNo, &addrP );
} else {
/* guest has only one peer, but old code might save several */
XP_ASSERT( !!comms->recs ); /* firing in upgrade test. WHY??? */
if ( !!comms->recs ) {
XP_ASSERT( !comms->recs->next ); // firing during upgrade test
addrP = &comms->recs->addr;