summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-19 18:15:43 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-19 18:15:43 -0400
commit18cadd5fa404877c65b8e44664008aa561c2d61e (patch)
tree60cc64792b70b3760b5a6825ca656c92ca362172
parent10f4417b4abeba3e9fc5cd6cb335dd34fa2701dc (diff)
remove debug line
-rwxr-xr-xsystemd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd.py b/systemd.py
index 5a22e3c..1f28195 100755
--- a/systemd.py
+++ b/systemd.py
@@ -59,7 +59,6 @@ else:
def _config(conf):
pass
def _read():
- collectd.info("---- dump() ----")
for (key, val) in iteritems(read()):
collectd.Values(
plugin='systemd',