Skip to content

Commit

Permalink
drop duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Oct 29, 2024
1 parent ecee4bd commit dbc51a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ contract EvenNumberDeploy is Script, RiscZeroCheats {
// Deploy the verifier, if not already deployed.
if (address(verifier) == address(0)) {
verifier = deployRiscZeroVerifier();
console2.log("Deployed RiscZeroGroth16Verifier to", address(verifier));
} else {
console2.log("Using IRiscZeroVerifier contract deployed at", address(verifier));
}
Expand Down

0 comments on commit dbc51a3

Please sign in to comment.