Browse Source

Remove commented out code

Neeraj Gupta 2 years ago
parent
commit
d8ac647fa7
1 changed files with 0 additions and 2 deletions
  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 = "";