From 85a9f51007aab6e5533e9323da6dd61f7b0011f2 Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Thu, 22 Sep 2022 10:34:25 +0200
Subject: [PATCH] removed old debug line

---
 tangostationcontrol/tangostationcontrol/statistics/reader.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index 20d3537ed..f724e53e2 100644
--- a/tangostationcontrol/tangostationcontrol/statistics/reader.py
+++ b/tangostationcontrol/tangostationcontrol/statistics/reader.py
@@ -295,7 +295,4 @@ def main():
 
     # Get a list of all the statistics timestamps we have
     statistics = stat_parser.list_statistics()
-    logger.debug(f"These are all the statistics parsed: {statistics}")
-
-    for i in array:
-        logger.debug(i.rcu_attenuator_dB)
+    logger.debug(f"These are all the statistics parsed: {statistics}")
\ No newline at end of file
-- 
GitLab