Remove debugging statements

This commit is contained in:
Age Manning
2019-03-31 15:35:54 +11:00
parent 33473892f2
commit c85da612f6
3 changed files with 1 additions and 6 deletions

View File

@@ -86,9 +86,6 @@ impl AttestationService for AttestationServiceInstance {
}
};
dbg!("Produced attestation");
dbg!(attestation_data.clone());
let mut attestation_data_proto = AttestationDataProto::new();
attestation_data_proto.set_ssz(ssz_encode(&attestation_data));