diff --git a/src/lib/components/chat/ShareChatModal.svelte b/src/lib/components/chat/ShareChatModal.svelte index 7802b8189c..579b0dc3d6 100644 --- a/src/lib/components/chat/ShareChatModal.svelte +++ b/src/lib/components/chat/ShareChatModal.svelte @@ -104,7 +104,6 @@ } else { chat = null; accessGrants = []; - console.log(chat); } })(); }