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) }}