Skip to content

Commit 9241ee1

Browse files
committed
small fix
1 parent 2c79007 commit 9241ee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jump.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function ModelAnalyzer.analyze(
1212
) where {T<:ModelAnalyzer.AbstractAnalyzer}
1313
moi_model = JuMP.backend(model)
1414
result = ModelAnalyzer.analyze(analyzer, moi_model; kwargs...)
15-
# return JuMPData(result, model)
1615
return result
1716
end
1817

0 commit comments

Comments
 (0)