Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ffg macro #131

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Removed unnecessary debug print calls.
  • Loading branch information
ivan-bocharov committed Oct 26, 2020
commit 19021799f464e6b3168f999b303d8ace25e486e3
4 changes: 0 additions & 4 deletions src/codegen/variable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ function rewrite_expression(expression::Expr)
expression
end

println("====================")
dump(expr)
println("********************")

return expr
end

Expand Down