Skip to content

Commit 1fbb4c0

Browse files
committed
remove @show
1 parent 2cc41f7 commit 1fbb4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ImplicitDiscreteSolve/src/solve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function initialize!(integrator, cache::IDSolveCache)
2323
(u_next, p) -> f(u_next, p.u, p.p, p.t_next)
2424
end
2525
nlls = !isnothing(f.resid_prototype) && (length(f.resid_prototype) != length(integrator.u))
26-
@show nlls
2726

2827
prob = if nlls
2928
NonlinearLeastSquaresProblem{isinplace(f)}(NonlinearFunction(_f; resid_prototype = f.resid_prototype), cache.state.u, cache.state)

0 commit comments

Comments
 (0)