mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
remove debug
This commit is contained in:
parent
ec39372e18
commit
6abdcc7010
1 changed files with 0 additions and 2 deletions
|
@ -216,10 +216,8 @@ public class ItemGridFragment extends ItemSetFragment {
|
|||
// iterate backwards through that row, marking read
|
||||
for (int i=0; i<GRID_COLUMN_COUNT; i++) {
|
||||
int index = markEnd - i;
|
||||
com.newsblur.util.Log.d(this, String.format(" marking %d", index));
|
||||
Story story = adapter.getStory(index);
|
||||
if (story != null) {
|
||||
com.newsblur.util.Log.d(this, " hash: " + story.storyHash);
|
||||
FeedUtils.markStoryAsRead(story, getActivity());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue