Skip to content

Commit

Permalink
chore: remove dbg message
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda committed Dec 11, 2024
1 parent b779396 commit 55c070c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/l2/proposer/prover_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ impl ProverServer {
// Remove the Proofs for the block_number
self.proving_output_per_block.remove(&block_to_verify);
tx_submitted = true;
info!("HMAP {:?}", self.proving_output_per_block);
}
}

Expand Down
Binary file modified crates/l2/prover/zkvm/interface/sp1/elf/riscv32im-succinct-zkvm-elf
Binary file not shown.

0 comments on commit 55c070c

Please sign in to comment.