From f3acdfc78a6b487f606319ebe1c99f76e9153ff8 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 25 Sep 2014 18:36:22 -0700 Subject: [PATCH] remove bt error count toast --- .../XWords4/src/org/eehouse/android/xw4/DelegateBase.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java index 762e78207..7b74d2c0f 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java @@ -451,10 +451,6 @@ public class DelegateBase implements DlgDelegate.DlgClickNotify, switch( event ) { case BT_ERR_COUNT: int count = (Integer)args[0]; - try { - DbgUtils.showf( m_activity, - getString( R.string.bt_err_count_fmt, count ) ); - } catch ( java.lang.RuntimeException re ) {} DbgUtils.logf( "Bluetooth error count: %d", count ); break; case BAD_PROTO: