diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index 20d3537edfa03d62ab6d6609e2342870cb62b52d..f724e53e2ac5f22bec270fb2596975571a6531cb 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