Skip to content

Commit 87d5036

Browse files
committed
update
1 parent d6fe8bf commit 87d5036

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/chemistry_functionality.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ function make_compound(expr)
8585
# Currently, non-t independent variables are not supported for compounds. If there are any like these, we throw an error:
8686
non_t_iv_error_check_expr = Expr(:escape, :(issetequal(unique(reduce(vcat, arguments.(ModelingToolkit.unwrap.($components)))), [t]) || error("Currently, compounds depending on components that are not \"t\" are not supported.")))
8787

88-
println(non_t_iv_error_check_expr)
89-
9088
# Returns the rephrased expression.
9189
return quote
9290
$non_t_iv_error_check_expr

0 commit comments

Comments
 (0)