Skip to content

Commit 88e9cf6

Browse files
committed
Remove debug
1 parent c2a40ed commit 88e9cf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Bridges/Constraint/bridges/set_conversion.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ function MOI.supports_constraint(
88
::Type{F},
99
::Type{S1},
1010
) where {T,F<:MOI.AbstractFunction,S1<:MOI.AbstractSet,S2}
11-
if S1 == MOI.AllDifferent
12-
@show isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))
13-
end
1411
return isfinite(MOI.Bridges.Constraint.conversion_cost(S2, S1))
1512
end
1613

0 commit comments

Comments
 (0)