From ba5f424c8719dc6829bb842e7f34250f97cf67d6 Mon Sep 17 00:00:00 2001 From: Angelo Capossele Date: Wed, 30 Oct 2024 17:37:30 +0000 Subject: [PATCH] WEB3-205: drop duplicate log (#138) drop duplicate log Co-authored-by: Victor Graf --- script/Deploy.s.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/script/Deploy.s.sol b/script/Deploy.s.sol index 6a0ba40a..6d8a2329 100644 --- a/script/Deploy.s.sol +++ b/script/Deploy.s.sol @@ -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)); }