Skip to content

Commit 76f19d2

Browse files
committed
Remove debug printing
1 parent 6093a0d commit 76f19d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/clock.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ function affect!(integrator, saved_values)
145145
ud = kp * (r - yd) + z
146146
push!(saved_values.t, integrator.t)
147147
push!(saved_values.saveval, (integrator.p[3], integrator.p[4]))
148-
@info "" yd ud z=saved_values.saveval[end]
149148
integrator.p[2] = ud
150149
integrator.p[3] = z + yd
151150
integrator.p[4] = z_t

0 commit comments

Comments
 (0)