From 56ef95f5f96bb0b35c0b44d8e1069621ae543cda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl>
Date: Thu, 20 Sep 2018 15:05:15 +0000
Subject: [PATCH] Task SSB-42:  Do not print but use the logger

---
 CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py b/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py
index 2359037b2c1..e864cf96278 100644
--- a/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py
+++ b/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py
@@ -74,7 +74,7 @@ class HolographyDataset():
                         ho.ms_for_a_given_beamlet_number[beamlet].\
                         read_cross_correlation_time_flags_per_station_names(station_name,
                                                                  self.reference_stations)
-                    print(reference_station_names)
+                    logger.debug(reference_station_names)
                     for reference_station_index, reference_station in\
                             enumerate(reference_station_names):
 
-- 
GitLab