From 3342f85cbd8288a4c9c709f950fc74a476cb42fa Mon Sep 17 00:00:00 2001
From: arghdos <arghdos@gmail.com>
Date: Fri, 25 Nov 2016 11:06:05 -0500
Subject: [PATCH] remove stray print

---
 test/test_loopy.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_loopy.py b/test/test_loopy.py
index 7208ee502..8844003a0 100644
--- a/test/test_loopy.py
+++ b/test/test_loopy.py
@@ -1673,7 +1673,6 @@ def test_if_else(ctx_factory):
             end
             """
             )
-    print knl
 
     evt, (out,) = knl(queue, out_host=True)
 
-- 
GitLab