Skip to content

Commit 109cae2

Browse files
committed
Update
1 parent 8326901 commit 109cae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridges/Constraint/bridges/SOS1ToMILPBridge.jl

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

118118
function MOI.delete(model::MOI.ModelLike, bridge::SOS1ToMILPBridge)
119119
if isempty(bridge.variables)
120-
println("HHello")
121120
return # We're deleting the bridge before final_touch
122121
end
123122
MOI.delete(model, bridge.equal_to)

0 commit comments

Comments
 (0)