Skip to content

Commit

Permalink
🔥Removed unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPoblete committed Nov 20, 2024
1 parent fe84714 commit d6ac37d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ export const ConfirmDelpoyModal = ({ isOpen, onClose }: { isOpen: boolean, onClo
idleFunds: idleFunds,
investedFunds: [{ address: '', amount: 0 }],
}
console.log(tempVault)
await txModal.handleSuccess(result.txHash);
dispatch(pushVault(tempVault));
dispatch(resetNewVault());
Expand Down

0 comments on commit d6ac37d

Please sign in to comment.