remove log.d call
This commit is contained in:
@@ -778,8 +778,6 @@ public abstract class BaseStatusListFragment<T extends DisplayItemsParent> exten
|
||||
super.onDataLoaded(d, more);
|
||||
// more available, but the page isn't even full yet? seems wrong, let's load some more
|
||||
if(more && d.size() < itemsPerPage){
|
||||
Log.d("BaseStatusListFragment", "doing the 'loading more things' thing!!! ipp: "+itemsPerPage+", items size: "+ d.size());
|
||||
new Exception().printStackTrace();
|
||||
preloader.onScrolledToLastItem();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user