nativescript-community / ui-image

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
Apache License 2.0
36 stars 9 forks source link

Console.log in image.ios.js file #15

Closed EvenHus closed 4 years ago

EvenHus commented 4 years ago

Hi, This is not an problem, but i don't understand why it is necessary to have a console.log in the image.ios.js file. I have a feed in my application that loads a lot of images. And i really love your plugin, but the logs are a bit annoying. Is it possible to get the log as an option in future builds?

farfromrefug commented 4 years ago

@EvenHus It is not necessary :D Will remove it right away!

farfromrefug commented 4 years ago

@EvenHus the fix have been released in 2.2.4

EvenHus commented 4 years ago

Perfect, thank you for a quick answer.