Remove nonce log

This commit is contained in:
Theo 2023-05-27 17:29:32 +03:00
parent ff9f10c5b3
commit fd57f13e63

@ -57,8 +57,6 @@ contract ProposalUtils is Mock, Parameters, Test {
uint256 lockTimestamp = block.timestamp + PROPOSAL_DURATION;
uint256 accountNonce = ERC20Permit(_tokenAddress).nonces(voter);
console2.log("Account nonce: %s", accountNonce);
bytes32 messageHash = keccak256(
abi.encodePacked(
PERMIT_FUNC_SELECTOR,