From: paulfantom Date: Tue, 21 Jun 2016 11:14:49 +0000 (+0200) Subject: remove debug statement X-Git-Tag: v1.3.0~110^2~7 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4c561bce5c3a03bf3c483a700b403da6119c6d;p=netdata.git remove debug statement --- diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin index 5c6a55c2..d91fe7cd 100755 --- a/plugins.d/python.d.plugin +++ b/plugins.d/python.d.plugin @@ -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()