remove leftover console log

This commit is contained in:
b1ek 2023-03-24 11:49:07 +10:00
parent 91ee796023
commit 6ff1bac165
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ async function rss(req, res) {
}]
for (const record of data) {
console.log(record);
if (record.email == null || record.email == undefined) {
record.email = 'no@email.com';
}