diff --git a/src/topics/posts.js b/src/topics/posts.js index 84bdc4220c..ce56931481 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -379,7 +379,6 @@ module.exports = function (Topics) { content = content.split('\n').filter(line => !line.trim().startsWith('>')).join('\n'); // Scan post content for topic links const matches = [...content.matchAll(backlinkRegex)]; - console.log('match', matches); if (!matches) { return 0; }