From cac8dc63c564d917c8f1971e4fe760e3583fb389 Mon Sep 17 00:00:00 2001 From: Luphia Chang Date: Wed, 25 Dec 2024 18:55:26 +0800 Subject: [PATCH] Update invoice_upload.tsx --- src/components/invoice_upload.tsx/invoice_upload.tsx | 3 --- 1 file changed, 3 deletions(-) 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);