Remove console logs
This commit is contained in:
parent
8b6a712a62
commit
38c568cc1a
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user