projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7c1e4
)
users plugin: Remove old `DBG' statement.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 15:10:03 +0000
(16:10 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 15:10:03 +0000
(16:10 +0100)
src/users.c
patch
|
blob
|
history
diff --git
a/src/users.c
b/src/users.c
index
db75565
..
03d6148
100644
(file)
--- a/
src/users.c
+++ b/
src/users.c
@@
-56,8
+56,6
@@
static void users_submit (gauge_t value)
value_t values[1];
value_list_t vl = VALUE_LIST_INIT;
- DBG ("value = %lf;", value);
-
values[0].gauge = value;
vl.values = values;