From dca7d7520defb81ca2a9b4b16483d1660f79dc75 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Tue, 9 Jan 2024 12:37:10 -0700 Subject: [PATCH] Update example/src/ConversationScreen.tsx Co-authored-by: Naomi Plasterer --- example/src/ConversationScreen.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/example/src/ConversationScreen.tsx b/example/src/ConversationScreen.tsx index c60a2deba..93ce3f442 100644 --- a/example/src/ConversationScreen.tsx +++ b/example/src/ConversationScreen.tsx @@ -138,7 +138,6 @@ export default function ConversationScreen({ setShowingAttachmentModal(false) }} onAttachedImageFromLibrary={(image) => { - console.log('from library', image) setAttachment({ image }) setShowingAttachmentModal(false) }}