]> arthur.barton.de Git - netdata.git/commitdiff
remove debug statement
authorpaulfantom <paulfantom@gmail.com>
Tue, 21 Jun 2016 11:14:49 +0000 (13:14 +0200)
committerpaulfantom <paulfantom@gmail.com>
Tue, 21 Jun 2016 11:14:49 +0000 (13:14 +0200)
plugins.d/python.d.plugin

index 5c6a55c21e42c37bf96aa44077662d897050d7ef..d91fe7cda0cb35d51a945dd25a8659dd0b5bbd08 100755 (executable)
@@ -559,7 +559,6 @@ def run():
          ", ONLY_MODULES=" + str(modules))
 
     # run plugins
-    modules = ['phpfpm']
     charts = PythonCharts(modules, MODULES_DIR, CONFIG_DIR + "python.d/", disabled)
     charts.check()
     charts.create()