]> arthur.barton.de Git - netdata.git/commitdiff
remove debugging statement
authorpaulfantom <paulfantom@gmail.com>
Thu, 21 Jul 2016 13:32:34 +0000 (15:32 +0200)
committerpaulfantom <paulfantom@gmail.com>
Thu, 21 Jul 2016 13:32:34 +0000 (15:32 +0200)
python.d/sensors.chart.py

index 0b6714e39825865e31cbc2cefc034387ecf6977c..1288931add6a8d3c56e5663526c54d89c00b3944 100644 (file)
@@ -80,7 +80,6 @@ class Service(SimpleService):
                 name = ""
                 lines = []
                 pref = str(chip.prefix.decode())
-                print(pref)
                 if len(self.chips) != 0 and not any([ex.startswith(pref) for ex in self.chips]):
                     continue
                 pref = pref + '_' + str(chip.addr)