Skip to content

Commit

Permalink
remove unnecessary logs (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 authored Jan 18, 2025
1 parent 454ce13 commit ecf4588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atoma-proxy/src/server/handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ pub fn verify_response_hash_and_signature(
verify_response_hash(&payload, &response_hash)?;
}

tracing::info!("FLAG: payload: {:?}", payload);

let node_signature =
payload[SIGNATURE_KEY]
.as_str()
Expand Down

0 comments on commit ecf4588

Please sign in to comment.