From a98d9d97173977d31ffa7357a9e7b7618f2d9db9 Mon Sep 17 00:00:00 2001 From: Bruce Donovan Date: Fri, 4 Aug 2023 10:16:09 +0100 Subject: [PATCH] remove console log --- src/components/cactiComponents/ActionResponse.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/cactiComponents/ActionResponse.tsx b/src/components/cactiComponents/ActionResponse.tsx index 9fe76139..3522eded 100644 --- a/src/components/cactiComponents/ActionResponse.tsx +++ b/src/components/cactiComponents/ActionResponse.tsx @@ -144,7 +144,6 @@ export const ActionResponse = ({ useEffect(() => { // case:not enough balance */ if (!hasEnoughBalance) { - console.log('NOT READY: Balance not sufficient for transaction.'); setLabel('Insufficient Balance'); setState(ActionResponseState.DISABLED); }