mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
trim some logging
This commit is contained in:
parent
806745683c
commit
1dbef02ef6
1 changed files with 1 additions and 4 deletions
|
@ -553,11 +553,8 @@ public class GamesList extends XWListActivity
|
|||
|
||||
private void invalRelayIDs( String[] relayIDs )
|
||||
{
|
||||
if ( null == relayIDs ) {
|
||||
Utils.logf( "relayIDs empty" );
|
||||
} else {
|
||||
if ( null != relayIDs ) {
|
||||
for ( String relayID : relayIDs ) {
|
||||
Utils.logf( "got relayID %s", relayID );
|
||||
String path = DBUtils.getPathFor( this, relayID );
|
||||
m_adapter.inval( path );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue