Remove redundant comment

This commit is contained in:
Vishnu Mohandas 2021-02-26 13:47:31 +05:30
parent 9aa13a83af
commit 5f23d2c808

View file

@ -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;