removed useless log statement

This commit is contained in:
Ritvik Saraf 2018-12-04 23:37:02 +05:30
parent 9b84046865
commit ff90f257cc
1 changed files with 1 additions and 1 deletions

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);
}
});