remove leftover console log
This commit is contained in:
parent
91ee796023
commit
6ff1bac165
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue