From 0e5f33d928bd982ac3d17c6f3121891e6d6b9441 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sun, 8 Sep 2019 18:37:30 -0400 Subject: [PATCH] Removes testin dbg!'s Hopefully this appeases @gregthegreek --- .../per_block_processing/is_valid_indexed_attestation.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/eth2/state_processing/src/per_block_processing/is_valid_indexed_attestation.rs b/eth2/state_processing/src/per_block_processing/is_valid_indexed_attestation.rs index 34802ef026..54a48d7b7a 100644 --- a/eth2/state_processing/src/per_block_processing/is_valid_indexed_attestation.rs +++ b/eth2/state_processing/src/per_block_processing/is_valid_indexed_attestation.rs @@ -55,15 +55,6 @@ pub fn is_valid_indexed_attestation( check_sorted(&bit_0_indices)?; check_sorted(&bit_1_indices)?; - dbg!(indexed_attestation_signature_set( - state, - &indexed_attestation.signature, - &indexed_attestation, - spec - )?); - dbg!(&bit_0_indices); - dbg!(&bit_1_indices); - if verify_signatures.is_true() { verify!( indexed_attestation_signature_set(