Skip to content

Commit

Permalink
remove a log
Browse files Browse the repository at this point in the history
  • Loading branch information
NOctu1412 committed Jun 21, 2024
1 parent 48022ed commit e50df4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/pages/feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export default function Feed() {
let posts = friends[i].posts;
for (let j = 0; j < posts.length; j++) {
let post = posts[j];
console.log(post);
try {
await createInstance(post, thisuser);
setInstances({...newinstances});
Expand Down

0 comments on commit e50df4a

Please sign in to comment.