Skip to content

Commit

Permalink
chore: downlevel spammy unsafe sim log
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Feb 6, 2025
1 parent dd58ff5 commit 9d1e9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sim/src/simulation/unsafe_sim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ where
block_hash: B256,
_expected_code_hash: Option<B256>,
) -> Result<SimulationResult, SimulationError> {
tracing::info!("Performing unsafe simulation");
tracing::debug!("Performing unsafe simulation");

// simulate the validation
let validation_result = self
Expand Down

0 comments on commit 9d1e9a4

Please sign in to comment.