Skip to content

Commit

Permalink
Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoVink committed Jan 7, 2025
1 parent e6a8df4 commit 6233f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export async function fetchEmailEntries(threadId, userId) {
for (const entry of result) {
entry['media'] = mediaLookup[entry.entryId] ?? [];
}
console.log(result);

return result;
}
Expand Down

0 comments on commit 6233f4e

Please sign in to comment.