remove assert

This commit is contained in:
Eric House 2022-07-04 07:40:28 -07:00
parent b26da5e4af
commit b7e1a4d0ec

View file

@ -56,7 +56,6 @@ public class MultiMsgSink implements TransportProcs {
int sendViaRelay( byte[] buf, String msgID, int gameID )
{
Assert.failDbg();
return -1;
}