Skip to content

Commit abbcdf8

Browse files
committed
fix: remove unnecessary logs
1 parent 9b2dd77 commit abbcdf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ const AttachmentImage = (props: AttachmentImageProps) => {
170170
}
171171
};
172172

173-
console.log('URIS: IMG: ', uri, originalUri);
174-
175173
return (
176174
<TouchableOpacity onPress={onPressImage}>
177175
<ImageBackground

0 commit comments

Comments
 (0)