Skip to content

Commit 89ad43c

Browse files
remove prints
1 parent ec2ad5d commit 89ad43c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_perform_step.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,6 @@ end
13021302
integrator.EEst = max(EEst, integrator.EEst)
13031303
end
13041304
end
1305-
@show "her2"
13061305

13071306
integrator.u = u
13081307
return nothing
@@ -1426,7 +1425,6 @@ end
14261425
end
14271426
end
14281427
cache.linsolve = linres.cache
1429-
@show "her1"
14301428
end
14311429

14321430
@RosenbrockW6S4OS(:init)

0 commit comments

Comments
 (0)