Remove some logging

This commit is contained in:
Vishnu Mohandas 2020-04-18 02:08:15 +05:30
parent 802e6c2d27
commit 4680c230bc

View file

@ -21,8 +21,6 @@ class PhotoLoader extends ChangeNotifier {
_photos.clear();
_photos.addAll(photos);
logger.i("Imported photo size: " + _photos.length.toString());
return true;
}