Get rid of console.log statements
This commit is contained in:
parent
1bf8dd93fd
commit
42ef0facc9
4 changed files with 3 additions and 11 deletions
|
@ -206,8 +206,6 @@ $(document).ready(function() {
|
|||
document.l10n.formatValue('verifyingFile').then(verifyingFile => {
|
||||
$('.progress-text').text(verifyingFile);
|
||||
});
|
||||
} else {
|
||||
console.log('Finished hashing');
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -219,7 +217,6 @@ $(document).ready(function() {
|
|||
$('.progress-text').text(encryptingFile);
|
||||
});
|
||||
} else {
|
||||
console.log('Finished encrypting');
|
||||
uploadStart = Date.now();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue