remove assert

Looks like my theory was right. Logging is more than enough.
This commit is contained in:
Eric House 2017-07-05 07:53:41 -07:00
parent 15f50dc82a
commit 924dc1b37f

View file

@ -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;
}