Get rid of console.log statements

This commit is contained in:
Peter deHaan 2017-07-29 00:04:50 -07:00
parent 1bf8dd93fd
commit 42ef0facc9
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
4 changed files with 3 additions and 11 deletions

View file

@ -90,7 +90,6 @@ $(document).ready(function() {
$('.progress-text').text(decryptingFile);
});
} else {
console.log('Done decrypting');
downloadEnd = Date.now();
}
});