Code

src/utils_threshold.c: Corrected and improved the handling of the `invert' setting.
[collectd.git] / src / utils_ignorelist.c
index d2546aab3db1a1506d909cb8309950d1195d4dab..bf39597e914ec0381274e105ac7dfe6686ec3574 100644 (file)
@@ -240,8 +240,6 @@ void ignorelist_free (ignorelist_t *il)
        ignorelist_item_t *this;
        ignorelist_item_t *next;
 
-       DEBUG ("(il = 0x%p)", (void *) il);
-
        if (il == NULL)
                return;