From 89d8a70f3c530d331c375c15009c8f1f180dc867 Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Mon, 21 Oct 2024 14:08:00 +0200 Subject: [PATCH] chore(contracts): rm logs --- .../script/holesky/validators/RegisterValidators.s.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/bolt-contracts/script/holesky/validators/RegisterValidators.s.sol b/bolt-contracts/script/holesky/validators/RegisterValidators.s.sol index ddf453373..52fd1d0b3 100644 --- a/bolt-contracts/script/holesky/validators/RegisterValidators.s.sol +++ b/bolt-contracts/script/holesky/validators/RegisterValidators.s.sol @@ -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())));