Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Aug 3, 2024
1 parent 2c357b3 commit b833667
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/node_types/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,6 @@ mod tests {
let update_entry =
create_new_account_operation(id.clone(), "test".to_string(), signing_key.clone());

println!("update_entry: {:?}", update_entry);

sequencer
.clone()
.validate_and_queue_update(&update_entry)
Expand Down

0 comments on commit b833667

Please sign in to comment.