Skip to content

Commit

Permalink
Revert "Add lines to check if the script registers new lines"
Browse files Browse the repository at this point in the history
This reverts commit e3801de.
  • Loading branch information
lima-limon-inc committed Dec 6, 2024
1 parent 351c21e commit a9fbc7a
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions crates/vm/levm/src/vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1178,40 +1178,6 @@ impl VM {

/// Gets account, first checking the cache and then the database (caching in the second case)
pub fn get_account(&mut self, address: Address) -> Account {
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
println!("LINES LINES LINES LINES LINES",);
match cache::get_account(&self.cache, &address) {
Some(acc) => acc.clone(),
None => {
Expand Down

0 comments on commit a9fbc7a

Please sign in to comment.