Skip to content

Commit

Permalink
Remove old println
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Jan 7, 2025
1 parent ee4c5a7 commit c8a414d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/element/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,6 @@ mod value_tests {

// Use the Display impl to serialize the sexp to text
let text_sexp = format!("{sexp}");
println!("{text_sexp}");
// Parse the result and make sure it represents the same data
let expected_element: Element = sexp.into();
let actual_element = Element::read_one(text_sexp).unwrap();
Expand Down

0 comments on commit c8a414d

Please sign in to comment.