Skip to content

Commit

Permalink
fix: removed unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Aug 26, 2019
1 parent f0cbead commit ba9bbb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/image.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ export class Img extends ImageBase {
}

private handleImageLoaded = (image: UIImage, error: NSError, cacheType: number) => {
console.log('handleImageLoaded', this.src, error, cacheType);
if (error) {
const args = {
eventName: Img.failureEvent,
Expand Down Expand Up @@ -620,7 +619,6 @@ export class Img extends ImageBase {
}
}
[ImageBase.srcProperty.setNative](value) {
console.log('srcProperty', value);
this.initImage();
}
[ImageBase.placeholderImageUriProperty.setNative]() {
Expand Down

0 comments on commit ba9bbb4

Please sign in to comment.