From 5f23d2c80810b16e52c8eaa53895ecd61ace2b2c Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Fri, 26 Feb 2021 13:47:31 +0530 Subject: [PATCH] Remove redundant comment --- lib/utils/file_uploader.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/file_uploader.dart b/lib/utils/file_uploader.dart index d043866ee..1a786d12b 100644 --- a/lib/utils/file_uploader.dart +++ b/lib/utils/file_uploader.dart @@ -178,7 +178,6 @@ class FileUploader { var sourceFile; try { - // Placing this in the try-catch block to safe guard against: https://github.com/CaiJingLong/flutter_photo_manager/issues/405 _logger.info("Trying to upload " + file.toString()); sourceFile = (await (await file.getAsset()).originFile); var key;