Skip to content

Commit

Permalink
Remove temporary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Mar 12, 2019
1 parent 5dca215 commit e6e7cc1
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -275,8 +275,7 @@ private void exportData(boolean markCompleted) throws IOException, EncryptionExc
writeFile(payloadSms, getSmsInstancePath(instancePath));

// Write last-saved instance
String lastSavedPath = formController.getLastSavedPath();
writeFile(payload, lastSavedPath);
writeFile(payload, formController.getLastSavedPath());

// update the uri. We have exported the reloadable instance, so update status...
// Since we saved a reloadable instance, it is flagged as re-openable so that if any error
Expand Down

0 comments on commit e6e7cc1

Please sign in to comment.