remove extra logging

This commit is contained in:
biglyderv 2025-02-27 20:48:09 -05:00
parent c29d044727
commit e7a41a520a
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ router.get('/:id', async (req, res, next) => {
feederType,
feeder,
]);
console.log(replies)
if (tmpReplies.length == 0) {
replies.splice(0,0,{childType: feederType, childId: feeder})
break;