mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-05 01:33:00 +00:00
removed useless log statement
This commit is contained in:
@@ -224,7 +224,7 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I> implem
|
|||||||
infoListAdapter.setOnCommentsSelectedListener(new OnClickGesture<CommentsInfoItem>() {
|
infoListAdapter.setOnCommentsSelectedListener(new OnClickGesture<CommentsInfoItem>() {
|
||||||
@Override
|
@Override
|
||||||
public void selected(CommentsInfoItem selectedItem) {
|
public void selected(CommentsInfoItem selectedItem) {
|
||||||
//Log.d("comments" , "this comment was clicked" + selectedItem.getCommentText());
|
onItemSelected(selectedItem);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user