Remove TODO

This commit is contained in:
misaochan 2016-12-15 15:39:18 +13:00
parent dcecf607ef
commit a93b68500b
2 changed files with 0 additions and 2 deletions

View file

@ -157,7 +157,6 @@ public class UploadController {
protected void onPostExecute(Contribution contribution) {
super.onPostExecute(contribution);
//Starts the upload. If commented out, user can proceed to next Fragment but upload doesn't happen
//TODO: Trail for duplicate task
uploadService.queue(UploadService.ACTION_UPLOAD_FILE, contribution);
onComplete.onUploadStarted(contribution);
}