From cc784a97faae3158d81baa42cd6b04fd91058248 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 15 Feb 2019 15:11:42 +0100
Subject: [PATCH] Remove print

---
 scripts/pmt_rates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index e726325..8c2debc 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -96,7 +96,7 @@ class PMTRates(kp.Module):
 
     def update_plot(self):
         filename = os.path.join(self.plot_path, self.filename)
-        print("Updating plot at {}".format(filename))
+        self.debug("Updating plot at {}".format(filename))
         now = time.time()
         max_x = self.max_x
         interval = self.interval
-- 
GitLab