Remove unnecessary log

This commit is contained in:
Vishnu Mohandas 2021-04-20 21:33:48 +05:30
parent d26038ca51
commit d597669557

View file

@ -29,7 +29,6 @@ class LazyLoadingGallery extends StatelessWidget {
}
Widget _getGallery(List<File> files) {
_logger.info("Building sub gallery of length: " + files.length.toString());
List<Widget> childGalleries = [];
for (int index = 0; index < files.length; index += kSubGalleryItemLimit) {
childGalleries.add(LazyLoadingGridView(