Skip to content

Commit 1788a65

Browse files
committed
Remove debug line
1 parent f845e5b commit 1788a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/Bridges.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ function _test_dual(
320320
list_of_constraints = MOI.get(model, MOI.ListOfConstraintTypesPresent())
321321
attr = MOI.ConstraintDual()
322322
for (F, S) in list_of_constraints
323-
Test.@test MOI.supports(model, attr, MOI.ConstraintIndex{F,S})
324323
if !MOI.supports(model, attr, MOI.ConstraintIndex{F,S})
325324
# We need all duals for `DualObjectiveValue` fallback
326325
# TODO except the ones with no constants, we could ignore them

0 commit comments

Comments
 (0)