Skip to content

Commit

Permalink
Remove testing print
Browse files Browse the repository at this point in the history
  • Loading branch information
neonWhiteout committed Oct 13, 2024
1 parent da112b7 commit dfe0a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StockFlow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ sir_StockAndFlow=StockAndFlowF((:S=>(:F_NONE,:inf,:N), :I=>(:inf,:F_NONE,:N)),
```
"""
StockAndFlowF(s,p,v,f,sv) = begin
@show s, p, v, f, sv
sf = StockAndFlowF()

s = vectorify(s)
Expand Down

0 comments on commit dfe0a3a

Please sign in to comment.