trim some logging

This commit is contained in:
Andy2 2011-07-13 21:48:06 -07:00
parent 806745683c
commit 1dbef02ef6

View file

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