From: paulfantom Date: Fri, 8 Jul 2016 08:33:09 +0000 (+0200) Subject: remove debugging info X-Git-Tag: v1.3.0~80^2~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72fc6382c368a2b2934dbabbab5c90a27b98484f;p=netdata.git remove debugging info --- diff --git a/python.d/sensors.chart.py b/python.d/sensors.chart.py index b805b1bf..edfe125d 100644 --- a/python.d/sensors.chart.py +++ b/python.d/sensors.chart.py @@ -108,7 +108,6 @@ class Service(SimpleService): ORDER = list(self.configuration['types']) except (KeyError, TypeError): self.error("No path to log specified. Using all sensor types.") - print(ORDER) try: sensors.init() except Exception as e: @@ -116,8 +115,7 @@ class Service(SimpleService): return False try: self._create_definitions() - except Exception as e: - print(e) + except: return False if len(self.definitions) == 0: