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 88b97fc
Showing 1 changed file 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

0 comments on commit 88b97fc

Please sign in to comment.