Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
remove leftover flatten prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Dec 6, 2015
1 parent 69bac67 commit 978c09e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/parallel-ir-flatten.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ THE POSSIBILITY OF SUCH DAMAGE.
function flattenParfors(function_name, ast::Expr)
flatten_start = time_ns()

println("before flattening:")
println(ast)
assert(ast.head == :lambda)
dprintln(1,"Starting main ParallelIR.from_expr. function = ", function_name, " ast = ", ast)

Expand Down Expand Up @@ -82,8 +80,6 @@ function flattenParfors(function_name, ast::Expr)

body.args = args
lambda = CompilerTools.LambdaHandling.lambdaInfoToLambdaExpr(lambdaInfo, body)
println("after flattening:")
println(lambda)
return lambda
end

Expand Down

0 comments on commit 978c09e

Please sign in to comment.