浏览代码

Remove commented out code

Neeraj Gupta 2 年之前
父节点
当前提交
d8ac647fa7
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 isBothLocalAndRemote = containsUploadedFile && containsLocalFile;
   final bool isLocalOnly = !containsUploadedFile;
   final bool isLocalOnly = !containsUploadedFile;
   final bool isRemoteOnly = !containsLocalFile;
   final bool isRemoteOnly = !containsLocalFile;
-  // final String title = "Delete item${count > 1 ? 's' : ''}"
-  //     "${isBothLocalAndRemote ? '' : '?'}";
   final String? bodyHighlight =
   final String? bodyHighlight =
       isBothLocalAndRemote ? "They will be deleted from all albums." : null;
       isBothLocalAndRemote ? "They will be deleted from all albums." : null;
   String body = "";
   String body = "";