From 61a410e14b7f61ebfff0123f5facb9de08b50aea Mon Sep 17 00:00:00 2001
From: Michael Kuron <mkuron@icp.uni-stuttgart.de>
Date: Mon, 22 Feb 2021 16:52:47 +0100
Subject: [PATCH] cleanup

---
 pystencils_tests/test_field_coordinates.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pystencils_tests/test_field_coordinates.py b/pystencils_tests/test_field_coordinates.py
index c14d482f3..5d95a308c 100644
--- a/pystencils_tests/test_field_coordinates.py
+++ b/pystencils_tests/test_field_coordinates.py
@@ -49,7 +49,6 @@ def test_rotate_center():
     })
 
     kernel = pystencils.create_kernel(assignments).compile()
-    pystencils.show_code(kernel)
     rotated = np.zeros_like(lenna)
 
     kernel(x=lenna, y=rotated)
-- 
GitLab