diff --git a/src/components/invoice_upload.tsx/invoice_upload.tsx b/src/components/invoice_upload.tsx/invoice_upload.tsx index b7f756407..894cd020c 100644 --- a/src/components/invoice_upload.tsx/invoice_upload.tsx +++ b/src/components/invoice_upload.tsx/invoice_upload.tsx @@ -96,9 +96,6 @@ const InvoiceUpload: React.FC = ({ 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);