mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Remove debugging statements
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user