remove logging

This commit is contained in:
Eric House 2013-08-22 22:00:41 -07:00
parent 235346b7a4
commit 4be1653ab7

View file

@ -191,7 +191,6 @@ public class GameListAdapter implements ExpandableListAdapter {
GameListItem child = (GameListItem)convertView;
long rowid = getRowIDFor( groupPosition, childPosition );
if ( child.getRowID() == rowid ) {
DbgUtils.logf( "reusing child for rowid %d", rowid );
result = child;
}
}