Remove redundant comment
This commit is contained in:
parent
9aa13a83af
commit
5f23d2c808
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue