From 06898e419ffae8ace6c3bf0964e48ff4aa6a0591 Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Tue, 18 Jun 2019 17:07:10 +0200
Subject: [PATCH] #471: removed unit test printout.

---
 scheduler/SchedulerTest.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scheduler/SchedulerTest.cpp b/scheduler/SchedulerTest.cpp
index 64d185f510..d54ccba329 100644
--- a/scheduler/SchedulerTest.cpp
+++ b/scheduler/SchedulerTest.cpp
@@ -2846,7 +2846,6 @@ TEST_P(SchedulerTest, archiveReportMultipleAndQueueRetrievesWithActivities) {
     ASSERT_NE(nullptr, mount.get());
     ASSERT_EQ(cta::common::dataStructures::MountType::Retrieve, mount.get()->getMountType());
     ASSERT_TRUE((bool)mount.get()->getActivity());
-    std::cout << i << ": " << mount.get()->getActivity().value() << std::endl;
     if (ea != Unknown) {
       std::string expectedActivity(ea==A?"A":"B"), activity(mount.get()->getActivity().value());
       ASSERT_EQ(expectedActivity, activity);
-- 
GitLab