remove assert: messages not for me are common

This commit is contained in:
Eric House 2018-07-31 00:26:11 -07:00
parent 803b4ff0f3
commit e0c6621bfe

View file

@ -353,8 +353,8 @@ smsproto_prepInbound( SMSProto* state, const XP_UCHAR* fromPhone,
}
break;
default:
/* Don't assert! happens all the time */
XP_LOGF( "%s(): unexpected proto %d", __func__, proto );
XP_ASSERT( 0 );
break;
}
}