remove assert that was firing

This commit is contained in:
Eric House 2014-11-19 19:25:42 -08:00
parent 7977c8f799
commit ae81404215

View file

@ -125,7 +125,7 @@ public class MultiMsgSink implements TransportProcs {
public boolean relayNoConnProc( byte[] buf, String relayID )
{
Assert.fail();
// Assert.fail();
int nSent = RelayService.sendNoConnPacket( m_context, getRowID(),
relayID, buf );
return buf.length == nSent;