Removes testin dbg!'s
Hopefully this appeases @gregthegreek
This commit is contained in:
		
							parent
							
								
									1040c80cd8
								
							
						
					
					
						commit
						0e5f33d928
					
				| @ -55,15 +55,6 @@ pub fn is_valid_indexed_attestation<T: EthSpec>( | ||||
|     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( | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user