remove unneeded function
This commit is contained in:
@@ -18,8 +18,4 @@ module.exports = class CommentHandler {
|
||||
return true;
|
||||
}
|
||||
|
||||
shouldCommentBeRespondedTo(respondToID){
|
||||
return comment.author_fullname === respondToID;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user