Skip to content
Snippets Groups Projects
Commit c4872f22 authored by Matt Wala's avatar Matt Wala
Browse files

Remove debugging print.

parent 5250162b
No related branches found
No related tags found
1 merge request!103Tuple typed reductions
Pipeline #
......@@ -970,8 +970,6 @@ class FunctionToPrimitiveMapper(IdentityMapper):
if len(red_exprs) == 1:
red_exprs = red_exprs[0]
print("RED EXPRS ARE", red_exprs)
return Reduction(operation, tuple(processed_inames), red_exprs,
allow_simultaneous=allow_simultaneous)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment