Skip to content

Commit

Permalink
Merge branch 'debug/add-message-id' of github.com:topos-protocol/topo…
Browse files Browse the repository at this point in the history
…s into debug/add-message-id
  • Loading branch information
gruberb committed Mar 25, 2024
2 parents 6c20ba4 + 904870f commit e291d1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/topos-tce/src/app_context/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ impl AppContext {
}

let message_id = receiver.await.unwrap();
println!(
"Send ECHO for certificate {} with message id {}",
certificate_id, message_id
);
debug!(
"Send ECHO for certificate {} with message id {}",
certificate_id, message_id
Expand Down Expand Up @@ -103,7 +99,7 @@ impl AppContext {
let message_id = receiver.await.unwrap();

debug!(
"Send ECHO for certificate {} with message id {}",
"Send READY for certificate {} with message id {}",
certificate_id, message_id
);
}
Expand Down

0 comments on commit e291d1d

Please sign in to comment.