remove assert that's firing and so obscuring logging of cause

This commit is contained in:
Eric House 2022-08-14 10:14:11 -07:00
parent 29a6ededda
commit e46fd52e00

View file

@ -502,7 +502,7 @@ public class MQTTUtils extends Thread
} catch ( MqttException mex ) {
Log.e( TAG, "%H.run(): client.%s(): got mex: %s",
this, action, mex );
Assert.failDbg(); // is this happening?
// Assert.failDbg(); // fired, so remove for now
} catch ( Exception ex ) {
Log.e( TAG, "%H.run(): client.%s(): got ex %s",
this, action, ex );