mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
remove assert
Looks like my theory was right. Logging is more than enough.
This commit is contained in:
parent
15f50dc82a
commit
924dc1b37f
1 changed files with 2 additions and 1 deletions
|
@ -2225,7 +2225,8 @@ public class BoardDelegate extends DelegateBase
|
|||
try {
|
||||
m_inviteAlert.dismiss();
|
||||
} catch ( NullPointerException npe ) {
|
||||
Assert.assertFalse( BuildConfig.DEBUG );
|
||||
Log.ex( TAG, npe );
|
||||
// Assert.assertFalse( BuildConfig.DEBUG );
|
||||
}
|
||||
m_inviteAlert = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue