From 0a4c561bce5c3a03bf3c483a700b403da6119c6d Mon Sep 17 00:00:00 2001 From: paulfantom Date: Tue, 21 Jun 2016 13:14:49 +0200 Subject: [PATCH] remove debug statement --- plugins.d/python.d.plugin | 1 - 1 file changed, 1 deletion(-) 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() -- 2.39.2