Skip to content

Commit

Permalink
rm debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 30, 2024
1 parent b6b81e5 commit 9b5a04b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/context/src/journaled_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ impl<DB: Database> JournaledState<DB> {
key: U256,
new: U256,
) -> Result<StateLoad<SStoreResult>, DB::Error> {
println!("sstore state: {:#?}", self.state);
// assume that acc exists and load the slot.
let present = self.sload(address, key)?;
let acc = self.state.get_mut(&address).unwrap();
Expand Down

0 comments on commit 9b5a04b

Please sign in to comment.