mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
remove logging
This commit is contained in:
parent
235346b7a4
commit
4be1653ab7
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ public class GameListAdapter implements ExpandableListAdapter {
|
||||||
GameListItem child = (GameListItem)convertView;
|
GameListItem child = (GameListItem)convertView;
|
||||||
long rowid = getRowIDFor( groupPosition, childPosition );
|
long rowid = getRowIDFor( groupPosition, childPosition );
|
||||||
if ( child.getRowID() == rowid ) {
|
if ( child.getRowID() == rowid ) {
|
||||||
DbgUtils.logf( "reusing child for rowid %d", rowid );
|
|
||||||
result = child;
|
result = child;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue