mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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 )
|
||||
{
|
||||
Assert.fail();
|
||||
// Assert.fail();
|
||||
int nSent = RelayService.sendNoConnPacket( m_context, getRowID(),
|
||||
relayID, buf );
|
||||
return buf.length == nSent;
|
||||
|
|
Loading…
Add table
Reference in a new issue