Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 20, 2024
1 parent ec2ad5d commit 89ad43c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_perform_step.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,6 @@ end
integrator.EEst = max(EEst, integrator.EEst)
end
end
@show "her2"

integrator.u = u
return nothing
Expand Down Expand Up @@ -1426,7 +1425,6 @@ end
end
end
cache.linsolve = linres.cache
@show "her1"
end

@RosenbrockW6S4OS(:init)
Expand Down

0 comments on commit 89ad43c

Please sign in to comment.