Remove console logs

This commit is contained in:
Lewis Dale 2023-10-09 08:58:10 +01:00
parent 8b6a712a62
commit 38c568cc1a

View File

@ -120,8 +120,5 @@ module.exports = async () => {
}, { like: [], reply: [], repost: [] })
}));
console.log(cache.posts[24].comments);
console.log(posts.find(post => post.id === 24)?.comments);
return posts;
};