removed the file sha256 hash

This commit is contained in:
Danny Coates
2017-08-07 14:05:13 -07:00
parent e7b90ea1b9
commit 9a150ddb22
5 changed files with 7 additions and 44 deletions

View File

@@ -41,10 +41,6 @@ function download() {
document.l10n.formatValue('decryptingFile').then(progress.setText);
});
fileReceiver.on('hashing', () => {
document.l10n.formatValue('verifyingFile').then(progress.setText);
});
fileReceiver
.download()
.catch(err => {