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); }