Skip to content

Commit

Permalink
No need for that println
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Jan 13, 2025
1 parent b8f8a14 commit 2695899
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/rust_minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ fn main() {
x[slc..slc+3].clone_from_slice(&pos);
}

let ln = x.len();
println!("{ln}");
err = moordyn::MoorDyn_Init(system, x.as_ptr(), dx.as_ptr());
assert_eq!(err, moordyn::MOORDYN_SUCCESS as i32);

Expand Down

0 comments on commit 2695899

Please sign in to comment.