mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
cleanup
This commit is contained in:
parent
cbe2c6f5f3
commit
0d8fef5c56
1 changed files with 3 additions and 4 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue