Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan authored Aug 4, 2023
1 parent b6b8260 commit a98d9d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/cactiComponents/ActionResponse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a98d9d9

Please sign in to comment.