Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Dec 20, 2023
1 parent abb24f0 commit ebe2369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/api/stores/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const gc = new FinalizationRegistry<string>((id) => {
const ref = posts[id];

if (!ref || !ref.deref()) {
console.log(`removing post ${id}`);
delete posts[id];
}
});
Expand Down

0 comments on commit ebe2369

Please sign in to comment.