Skip to content

Commit 1e2ae51

Browse files
committed
Adding commit email.
1 parent ca1eb3c commit 1e2ae51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rustworkx-core/src/shortest_path/simple_shortest_paths.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ mod tests {
370370
let source = nodes[1];
371371
let target = nodes[4000];
372372
let shortest_path_get: usize = 5;
373-
//println!(“{:?}“, g);
374373
for p in get_smallest_k_paths_yen(&mut g, source, target, 10) {
375374
println!("Path: {:#?} ", p);
376375
}

0 commit comments

Comments
 (0)