Skip to content

Commit

Permalink
problem: too much unneccsary data in console
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Sep 29, 2024
1 parent 50fed75 commit c91492e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MailList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{#each items as item}
<button
on:click={() => {
console.log(item.event);
console.log(item.event.rawEvent());
selected = item;
}}
class="flex flex-col items-start gap-2 rounded-lg border p-3 text-left text-sm transition-all hover:bg-accent"
Expand Down

0 comments on commit c91492e

Please sign in to comment.