Skip to content

Commit

Permalink
chore(contracts): rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 21, 2024
1 parent b536d08 commit 89d8a70
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ contract RegisterValidators is Script {
uint256[2] memory x = _bytesToParts(vm.parseBytes(array[0]));
uint256[2] memory y = _bytesToParts(vm.parseBytes(array[1]));

console.logBytes(abi.encodePacked(x));
console.logBytes(abi.encodePacked(y));

pubkeys[i] = BLS12381.G1Point(x, y);

console.log("Registering pubkey:", vm.toString(abi.encodePacked(pubkeys[i].compress())));
Expand Down

0 comments on commit 89d8a70

Please sign in to comment.