Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
detectivekim committed Mar 18, 2024
1 parent 60ce481 commit fb28b4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/mocks/MockController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ contract MockController {
);
IERC20(wrappedCoupons[0]).safeTransfer(msg.sender, params.quoteAmount + 1);
} else if (BookId.unwrap(params.id) == 4240473993678446490798627048287957591242783559797607980606) {
console.log(IERC20(Constants.COUPON_WETH_SUBSTITUTE).balanceOf(msg.sender));
IERC20(Constants.COUPON_WETH_SUBSTITUTE).safeTransferFrom(
msg.sender, address(this), params.quoteAmount / 50
);
Expand Down

0 comments on commit fb28b4d

Please sign in to comment.