mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
remove assert that's firing and so obscuring logging of cause
This commit is contained in:
parent
29a6ededda
commit
e46fd52e00
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue