Skip to content

Commit

Permalink
remove another log
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Apr 30, 2024
1 parent a2d82bb commit 6258b0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/Messages/Conversation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export function MessagesConversationScreen({route}: Props) {
return chat?.members?.find(m => m.did !== myDid)
}, [chat?.members, myDid])

console.log(otherProfile)

if (!gate('dms')) return <ClipClopGate />

if (!chat || !otherProfile) {
Expand Down

0 comments on commit 6258b0e

Please sign in to comment.