Browse Source

Remove some logging

Vishnu Mohandas 5 years ago
parent
commit
4680c230bc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/photo_loader.dart

+ 0 - 2
lib/photo_loader.dart

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