From c8260745a6b3a9c8097740bb4ff39bf486b49b3b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 29 Jun 2026 01:59:06 -0500 Subject: [PATCH] refac --- src/lib/components/chat/ShareChatModal.svelte | 1 - 1 file changed, 1 deletion(-) 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); } })(); }