Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Dec 30, 2024
1 parent 6bdfb70 commit 62657d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions batcher/aligned-sdk/src/communication/messaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ pub async fn receive(
aligned_submitted_data.push(Ok(aligned_verification_data));
debug!("Message response handled successfully");

info!("last_proof_nonce: {}", last_proof_nonce);
info!(
"batch_inclusion_data_message.user_nonce: {}",
batch_inclusion_data_message.user_nonce
);

if batch_inclusion_data_message.user_nonce == last_proof_nonce {
break;
}
Expand Down

0 comments on commit 62657d9

Please sign in to comment.