delete debug console log
This commit is contained in:
parent
834f87f5a4
commit
b87ddd4897
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ const ECB_STREAM_CIPHER = new aesjs.ModeOfOperation.ecb(AES_KEY); // create a ne
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
function LoadSaveFile(input, time) {
|
||||
|
||||
console.log(input);
|
||||
const inputFileList = input.files;
|
||||
// console.info("Input length: " + input.files.length)
|
||||
// Cease further processing if user canceled the file input dialog
|
||||
|
|
|
|||
Loading…
Reference in a new issue