diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index 5aa040c7bf8ff36391a3b01d1af9d6ccb31d6dbf..bdc5d84b80c927c81574218250cdfb5597b22533 100644
--- a/tangostationcontrol/tangostationcontrol/statistics/reader.py
+++ b/tangostationcontrol/tangostationcontrol/statistics/reader.py
@@ -299,7 +299,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