Skip to content

Commit

Permalink
Debug: Add a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtWagner committed Jan 5, 2018
1 parent 821f463 commit 231c0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/actions/comments.js
Expand Up @@ -108,6 +108,7 @@ function getComments({ linterResult, changedChunks, messageIdentifier }) {
}

function getPreviousCommentIds({ currentUser, existingComments, messageIdentifier }) {
console.log(currentUser, existingComments, messageIdentifier);
return existingComments.filter(isPreviousComment).map(comment => comment.id);

function isPreviousComment(comment) {
Expand Down

0 comments on commit 231c0c3

Please sign in to comment.