Skip to content

Commit 8f925fb

Browse files
committed
Removing a debug print
1 parent ecb704b commit 8f925fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MathProg/pool.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ end
8383

8484
function push_in_pool!(pool::Pool, solution::PrimalSolution, sol_id, cost)
8585
var_ids, vals = _sol_repr_for_pool(solution)
86-
@show var_ids
8786
DynamicSparseArrays.addrow!(pool.solutions, sol_id, var_ids, vals)
8887
pool.costs[sol_id] = cost
8988
if !isnothing(solution.custom_data)

0 commit comments

Comments
 (0)