ソースを参照

remove commented out code

Neeraj Gupta 2 年 前
コミット
6e75386f5c
1 ファイル変更0 行追加1 行削除
  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,