diff --git a/pystencils_tests/test_kerncraft_coupling.py b/pystencils_tests/test_kerncraft_coupling.py
index e9f606944f9a39ead7d0127d9dcda2f8afa059e2..5faa292bea644731c3d23b0dc436f6b1ea75564b 100644
--- a/pystencils_tests/test_kerncraft_coupling.py
+++ b/pystencils_tests/test_kerncraft_coupling.py
@@ -182,7 +182,6 @@ def test_benchmark_vectorized():
         pytest.skip("cannot detect CPU instruction set")
 
     for vec in instruction_sets:
-        print(vec)
         dh = create_data_handling((20, 20, 20), periodicity=True)
 
         width = get_vector_instruction_set(instruction_set=vec)['width'] * 8