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 f278985cb..d61882fa7 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/DelegateBase.java @@ -528,10 +528,9 @@ public class DelegateBase implements DlgClickNotify, m_dlgDelegate.eventOccurred( event, args ); break; default: - if ( BuildConfig.DEBUG ) { - DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", - event.toString() ); - } + DbgUtils.logdf( "DelegateBase.eventOccurred(event=%s) (DROPPED)", + event.toString() ); + break; } if ( 0 != fmtId ) {