From 3923bc9f1dda5700de7109daf0e4b385e5e23ccf Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Fri, 16 Sep 2022 10:37:28 +0200
Subject: [PATCH] newline at eof

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

diff --git a/tangostationcontrol/tangostationcontrol/statistics/reader.py b/tangostationcontrol/tangostationcontrol/statistics/reader.py
index b54f4e683..72660cb7d 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)
-- 
GitLab