Remove some logging
This commit is contained in:
parent
802e6c2d27
commit
4680c230bc
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ class PhotoLoader extends ChangeNotifier {
|
|||
_photos.clear();
|
||||
_photos.addAll(photos);
|
||||
|
||||
logger.i("Imported photo size: " + _photos.length.toString());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue