Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 6, 2024
1 parent f092621 commit f1fc60d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proposer/succinct/bin/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ async fn request_span_proof(
.await;
env::set_var("SKIP_SIMULATION", "false");

info!("Proof request complete!");

// Check if error, otherwise get proof ID.
let proof_id = match res {
Ok(proof_id) => proof_id,
Expand Down

0 comments on commit f1fc60d

Please sign in to comment.