From fa6c7771d5d0c0cd41a925e11eefdd1a12348c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Sworze=C5=84?= Date: Tue, 26 Mar 2024 12:50:04 +0100 Subject: [PATCH] eslint fix --- govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx b/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx index d407b9c38..12d5422d6 100644 --- a/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx +++ b/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx @@ -158,7 +158,6 @@ export const useRegisterAsdRepForm = ( return await buildDRepRegCert(url, hash); // eslint-disable-next-line @typescript-eslint/no-explicit-any } catch (error: any) { - // eslint-disable-next-line no-console console.error(error); throw error; }