Skip to content

Commit c277928

Browse files
committed
fix: removed logs
1 parent 251b3fe commit c277928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/image.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export function getImagePipeline(): ImagePipeline {
235235
}
236236

237237
function getUri(src: string | ImageAsset) {
238-
console.log('getUri', src);
239238
let uri: any = src;
240239
if (src instanceof ImageAsset) {
241240
uri = NSURL.sd_URLWithAsset(src.ios);

0 commit comments

Comments
 (0)