Skip to content

Commit 327d9ee

Browse files
committed
upd: remove println statements
1 parent 286d041 commit 327d9ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/variable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,5 @@ mod tests {
355355

356356
model.solve();
357357
let redcost = x.get_redcost().unwrap();
358-
println!("Reduced cost of x: {}", redcost);
359358
}
360359
}

0 commit comments

Comments
 (0)