mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove assert
This commit is contained in:
parent
b26da5e4af
commit
b7e1a4d0ec
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ public class MultiMsgSink implements TransportProcs {
|
||||||
|
|
||||||
int sendViaRelay( byte[] buf, String msgID, int gameID )
|
int sendViaRelay( byte[] buf, String msgID, int gameID )
|
||||||
{
|
{
|
||||||
Assert.failDbg();
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue