diff --git a/src/MathProg/pool.jl b/src/MathProg/pool.jl index cbfd64d2e..271d0e170 100644 --- a/src/MathProg/pool.jl +++ b/src/MathProg/pool.jl @@ -83,7 +83,6 @@ end function push_in_pool!(pool::Pool, solution::PrimalSolution, sol_id, cost) var_ids, vals = _sol_repr_for_pool(solution) - @show var_ids DynamicSparseArrays.addrow!(pool.solutions, sol_id, var_ids, vals) pool.costs[sol_id] = cost if !isnothing(solution.custom_data)