Skip to content

Commit

Permalink
Removed a console.log that was for dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmonsour committed Jan 15, 2024
1 parent d5d4751 commit 5dcfb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/filters/webmentionsbyurl.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function webmentionsByUrl(webmentions, url) {
const { author, published, content } = comment;
return author && author.name && published && content;
});
console.log(JSON.stringify(comments, null, 2));
// console.log(JSON.stringify(comments, null, 2));

const mentionCount = likes.length + reposts.length + comments.length;

Expand Down

0 comments on commit 5dcfb57

Please sign in to comment.