Skip to content

Commit

Permalink
WEB3-205: drop duplicate log (#138)
Browse files Browse the repository at this point in the history
drop duplicate log

Co-authored-by: Victor Graf <[email protected]>
  • Loading branch information
capossele and nategraf authored Oct 30, 2024
1 parent c46fbe4 commit ba5f424
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 ba5f424

Please sign in to comment.