diff --git a/src/components/cards/CardDetailModal.svelte b/src/components/cards/CardDetailModal.svelte index 25a166a4..77307752 100644 --- a/src/components/cards/CardDetailModal.svelte +++ b/src/components/cards/CardDetailModal.svelte @@ -63,7 +63,6 @@ duration: 500, backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)", }).showToast(); - console.log(JSON.stringify(current_cards)); current_cards[current_cards.findIndex((c) => c.id === id)] = result; current_cards = current_cards; })