Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet committed Aug 8, 2024
1 parent 833ee11 commit 05c3bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mobile/src/pages/chat/chat-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ const ChatPage = memo(({ route, navigation }: ChatProp) => {
conversation: conversation,
});
}
console.log('Send Message', linkPreviews);
sendMessage({
conversation: conversation,
message: message[0]?.text,
Expand Down

0 comments on commit 05c3bd8

Please sign in to comment.