mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
remove misguided assert (debug only)
This commit is contained in:
parent
55cb36d091
commit
ca4e6e29d5
1 changed files with 3 additions and 1 deletions
|
@ -687,7 +687,9 @@ public class RelayService extends XWJIService
|
||||||
CommsConnType.COMMS_CONN_RELAY,
|
CommsConnType.COMMS_CONN_RELAY,
|
||||||
succeeded );
|
succeeded );
|
||||||
} catch ( JSONException ex ) {
|
} catch ( JSONException ex ) {
|
||||||
Assert.failDbg();
|
// this will happen if e.g. there's no 'data' in the result
|
||||||
|
Log.ex( TAG, ex );
|
||||||
|
sentLen = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue