浏览代码

Remove some logging

Vishnu Mohandas 5 年之前
父节点
当前提交
4680c230bc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/photo_loader.dart

+ 0 - 2
lib/photo_loader.dart

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