diff --git a/pystencils_tests/test_field_coordinates.py b/pystencils_tests/test_field_coordinates.py
index c14d482f33e0df2bbfcdf1116e655db8446fa4fe..5d95a308ca5829ba4d5f4ffc4f1022334ac5fd45 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)