mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
remove assert that was firing
This commit is contained in:
parent
7977c8f799
commit
ae81404215
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class MultiMsgSink implements TransportProcs {
|
||||||
|
|
||||||
public boolean relayNoConnProc( byte[] buf, String relayID )
|
public boolean relayNoConnProc( byte[] buf, String relayID )
|
||||||
{
|
{
|
||||||
Assert.fail();
|
// Assert.fail();
|
||||||
int nSent = RelayService.sendNoConnPacket( m_context, getRowID(),
|
int nSent = RelayService.sendNoConnPacket( m_context, getRowID(),
|
||||||
relayID, buf );
|
relayID, buf );
|
||||||
return buf.length == nSent;
|
return buf.length == nSent;
|
||||||
|
|
Loading…
Add table
Reference in a new issue