Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Nov 25, 2024
1 parent 0562485 commit 54519b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/feed.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ export async function index(trie, page, domain) {

const contestStories = await getContestStories();
const resolvedContestStories = await resolveIds(contestStories);
console.log(resolvedContestStories);
return {
contestStories: resolvedContestStories,
ad,
Expand Down

0 comments on commit 54519b1

Please sign in to comment.