From 0e4f6f7cc19cd8b810a29fae87358ca889e1d8fe Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Mon, 3 May 2021 02:11:31 +0530 Subject: [PATCH] Remove verbose log --- lib/ui/huge_listview/lazy_loading_gallery.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ui/huge_listview/lazy_loading_gallery.dart b/lib/ui/huge_listview/lazy_loading_gallery.dart index a73e7a70d..911f58307 100644 --- a/lib/ui/huge_listview/lazy_loading_gallery.dart +++ b/lib/ui/huge_listview/lazy_loading_gallery.dart @@ -119,10 +119,6 @@ class _LazyLoadingGalleryState extends State { @override Widget build(BuildContext context) { - _logger.info("Building " + - getDayTitle(_files[0].creationTime) + - " with " + - _files.length.toString()); if (_files.length == 0) { return Container(); }