1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-15 05:11:08 +01:00

removed useless log statement

This commit is contained in:
Ritvik Saraf 2018-12-04 23:37:02 +05:30
parent 9b84046865
commit ff90f257cc

View File

@ -224,7 +224,7 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I> implem
infoListAdapter.setOnCommentsSelectedListener(new OnClickGesture<CommentsInfoItem>() {
@Override
public void selected(CommentsInfoItem selectedItem) {
//Log.d("comments" , "this comment was clicked" + selectedItem.getCommentText());
onItemSelected(selectedItem);
}
});