remove unneeded function

This commit is contained in:
2022-02-27 00:21:27 +01:00
parent 9574a9226c
commit 1da7945cf9
-4
View File
@@ -18,8 +18,4 @@ module.exports = class CommentHandler {
return true;
}
shouldCommentBeRespondedTo(respondToID){
return comment.author_fullname === respondToID;
}
}