Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Jul 14, 2024
1 parent 576f941 commit 9f0b102
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/frontend/react-app/src/components/examples/Vouchers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export const Vouchers: React.FC<IVoucherProps> = (props) => {
}
setVoucherToExecute(voucher);
console.log(voucherToExecute)
console.log(voucherToExecute.executed)

},[rollups, voucherToExecute])

useEffect(() => {
Expand Down

0 comments on commit 9f0b102

Please sign in to comment.