Skip to content

Commit 372ac3d

Browse files
remove show
1 parent cf867a9 commit 372ac3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/modelingtoolkitize.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ function SIR!(du,u,p,t)
216216

217217
# states
218218
(S, I, R) = u[1:3]
219-
@show typeof(S), typeof(I), typeof(R)
220219
N = S + I + R
221220

222221
# params

0 commit comments

Comments
 (0)