diff --git a/loopy/__init__.py b/loopy/__init__.py index 194a2c7b1b19f46b9a4552b80fbcecf7c66770d7..5834bdfa54671d5bfa1b13dc78b1ba86e00b75db 100644 --- a/loopy/__init__.py +++ b/loopy/__init__.py @@ -713,8 +713,6 @@ def link_inames(knl, inames, new_iname, within=None, tag=None): all_equal = True first_proj = projections[0] for proj in projections[1:]: - print(proj.gist(first_proj)) - print(first_proj.gist(proj)) all_equal = all_equal and (proj <= first_proj and first_proj <= proj) if not all_equal: