Skip to content

Commit 2a2d92a

Browse files
Merge pull request #26 from wsshin/rm-show
Remove unnecessary @show
2 parents 39db733 + d163535 commit 2a2d92a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/SimpleNonlinearSolve/src/raphson.jl

-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ function SciMLBase.solve(prob::NonlinearProblem,
8080
xo = x
8181
end
8282

83-
@show x, fx
8483
return SciMLBase.build_solution(prob, alg, x, fx; retcode = ReturnCode.MaxIters)
8584
end

0 commit comments

Comments
 (0)