swap plugin: Remove left-over debugging message.
authorFlorian Forster <octo@collectd.org>
Mon, 13 Jan 2014 15:39:17 +0000 (16:39 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 13 Jan 2014 15:39:17 +0000 (16:39 +0100)
src/swap.c

index 564d606..ae1865e 100644 (file)
@@ -384,7 +384,6 @@ static int swap_read_combined (void) /* {{{ */
 
        swap_used = swap_total - (swap_free + swap_cached);
 
-       INFO ("swap plugin: used = %g, free = %g, cached = %g", swap_used, swap_free, swap_cached);
        swap_submit_usage (NULL, swap_used, swap_free, "cached", swap_cached);
        return (0);
 } /* }}} int swap_read_combined */