diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index b54f4e683670e344605889d3e038ab0ac9883811..72660cb7dcad42d5a8df16c221249a2825090473 100644
--- a/tangostationcontrol/tangostationcontrol/statistics/reader.py
+++ b/tangostationcontrol/tangostationcontrol/statistics/reader.py
@@ -274,8 +274,6 @@ def main():
     # set up everything
     stat_parser = setup_stat_parser()
 
-    logger.debug("test")
-
     # get a single numpy array of all the statistics stored.
     array = stat_parser.collect_values()
     logger.debug(f"Collected the statistics values of {stat_parser.get_statistics_count()} statistics in to one gaint array of shape: {array.shape} and type: {array.dtype}")
@@ -285,4 +283,4 @@ def main():
     logger.debug(f"These are all the statistics parsed: {statistics}")
 
     for i in array:
-        logger.debug(i.rcu_attenuator_dB)
\ No newline at end of file
+        logger.debug(i.rcu_attenuator_dB)