Ver Fonte

Remove unnecessary log line

vishnukvmd há 2 anos atrás
pai
commit
e453bd801f
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      lib/ui/viewer/file/file_icons_widget.dart

+ 0 - 1
lib/ui/viewer/file/file_icons_widget.dart

@@ -8,7 +8,6 @@ class ThumbnailPlaceHolder extends StatelessWidget {
 
   @override
   Widget build(BuildContext context) {
-    debugPrint("building placeHolder for thumbnail");
     return Container(
       alignment: Alignment.center,
       color: Theme.of(context).colorScheme.galleryThumbBackgroundColor,