remove extra log
This commit is contained in:
parent
a9e9a93493
commit
4e7b3dfd3b
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ const FileForm = () => {
|
||||||
fr.onload = (e) => {
|
fr.onload = (e) => {
|
||||||
const { result } = e.target;
|
const { result } = e.target;
|
||||||
if (result instanceof ArrayBuffer) {
|
if (result instanceof ArrayBuffer) {
|
||||||
console.log("File uploaded");
|
|
||||||
let data = new Uint8Array(result);
|
let data = new Uint8Array(result);
|
||||||
encrypt_array_buffer(data);
|
encrypt_array_buffer(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue