Skip to content

Commit 3cf4666

Browse files
No need for that println
1 parent 4810599 commit 3cf4666

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/rust_minimal.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ fn main() {
2525
x[slc..slc+3].clone_from_slice(&pos);
2626
}
2727

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

0 commit comments

Comments
 (0)