Skip to content

Commit

Permalink
Update invoice_upload.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Luphia authored Dec 25, 2024
1 parent 7cf607e commit cac8dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/invoice_upload.tsx/invoice_upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ const InvoiceUpload: React.FC<InvoiceUploadProps> = ({
file,
key
);
/* eslint-disable no-console */
console.log(iv);
/* eslint-enable no-console */
const formData = new FormData();
formData.append('file', encryptedFile);
formData.append('encryptedSymmetricKey', encryptedSymmetricKey);
Expand Down

0 comments on commit cac8dc6

Please sign in to comment.