remove misguided assert (debug only)

This commit is contained in:
Eric House 2020-08-17 10:47:13 -07:00
parent 55cb36d091
commit ca4e6e29d5

View file

@ -687,7 +687,9 @@ public class RelayService extends XWJIService
CommsConnType.COMMS_CONN_RELAY,
succeeded );
} catch ( JSONException ex ) {
Assert.failDbg();
// this will happen if e.g. there's no 'data' in the result
Log.ex( TAG, ex );
sentLen = 0;
}
}
}