refactor: remove log

isekai-main
Barış Soner Uşaklı 2 years ago
parent ee8cb3782b
commit 32f60df108

@ -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;
}

Loading…
Cancel
Save