users plugin: Remove old `DBG' statement.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 15:10:03 +0000 (16:10 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 15:10:03 +0000 (16:10 +0100)
src/users.c

index db75565..03d6148 100644 (file)
@@ -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;