Skip to content

Commit

Permalink
fix: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Dec 10, 2024
1 parent 9b2dd77 commit abbcdf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ const AttachmentImage = (props: AttachmentImageProps) => {
}
};

console.log('URIS: IMG: ', uri, originalUri);

return (
<TouchableOpacity onPress={onPressImage}>
<ImageBackground
Expand Down

0 comments on commit abbcdf8

Please sign in to comment.