Skip to content

Commit 0832fe0

Browse files
committed
update
1 parent 18d7944 commit 0832fe0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/chemistry_functionality.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ function make_compound(expr)
8282
components_designation_expr = Expr(:escape, :($species_name = ModelingToolkit.setmetadata($species_name, Catalyst.CompoundComponents, $components)))
8383
coefficients_designation_expr = Expr(:escape, :($species_name = ModelingToolkit.setmetadata($species_name, Catalyst.CompoundCoefficients, $coefficients)))
8484

85-
println(
86-
return quote
87-
$species_declaration_expr
88-
$compound_designation_expr
89-
$components_designation_expr
90-
$coefficients_designation_expr
91-
end)
92-
9385
# Returns the rephrased expression.
9486
return quote
9587
$species_declaration_expr

0 commit comments

Comments
 (0)