Remove verbose log

This commit is contained in:
Vishnu Mohandas 2021-05-03 02:11:31 +05:30
parent 0592ed04b0
commit 0e4f6f7cc1

View file

@ -119,10 +119,6 @@ class _LazyLoadingGalleryState extends State<LazyLoadingGallery> {
@override
Widget build(BuildContext context) {
_logger.info("Building " +
getDayTitle(_files[0].creationTime) +
" with " +
_files.length.toString());
if (_files.length == 0) {
return Container();
}