diff --git a/src/reaction_network.jl b/src/reaction_network.jl index 474251060c..53ead0ddac 100644 --- a/src/reaction_network.jl +++ b/src/reaction_network.jl @@ -153,7 +153,6 @@ macro species(ex...) # put back the vector of the new species symbols vars.args[idx] = lastarg - println(vars) esc(vars) end @@ -699,7 +698,6 @@ macro noise_scaling_parameters(ex...) # put back the vector of the new species symbols vars.args[idx] = lastarg - esc(vars) end