From 0ab706abc40b4f9aee48120737880bd23d9bd3c4 Mon Sep 17 00:00:00 2001
From: Paul Gessinger <hello@paulgessinger.com>
Date: Mon, 23 Mar 2020 22:53:26 +0100
Subject: [PATCH] Remove prinout from Propagation Integration test

This produces a LOT of output
---
 Tests/IntegrationTests/PropagationTestBase.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tests/IntegrationTests/PropagationTestBase.hpp b/Tests/IntegrationTests/PropagationTestBase.hpp
index cae55a81e..8714d26f1 100644
--- a/Tests/IntegrationTests/PropagationTestBase.hpp
+++ b/Tests/IntegrationTests/PropagationTestBase.hpp
@@ -48,7 +48,6 @@ auto threeRandom = (rand1 ^ rand2 ^ rand2);
 BOOST_DATA_TEST_CASE(forward_backward_propagation_,
                      ds::trackParameters* ds::propagationLimit, pT, phi, theta,
                      charge, plimit) {
-  std::cout << "Running (first patch) tests : " << itest << std::endl;
   ++itest;
 
   // foward backward check atlas stepper
-- 
GitLab