Selaa lähdekoodia

Remove commented out code

Neeraj Gupta 2 vuotta sitten
vanhempi
commit
d8ac647fa7
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      lib/utils/delete_file_util.dart

+ 0 - 2
lib/utils/delete_file_util.dart

@@ -509,8 +509,6 @@ Future<void> showDeleteSheet(
   final bool isBothLocalAndRemote = containsUploadedFile && containsLocalFile;
   final bool isLocalOnly = !containsUploadedFile;
   final bool isRemoteOnly = !containsLocalFile;
-  // final String title = "Delete item${count > 1 ? 's' : ''}"
-  //     "${isBothLocalAndRemote ? '' : '?'}";
   final String? bodyHighlight =
       isBothLocalAndRemote ? "They will be deleted from all albums." : null;
   String body = "";