make threshold checking optional
[collectd.git] / src / write_riemann_threshold.c
index 9f49774..ff96843 100644 (file)
@@ -280,8 +280,6 @@ int write_riemann_threshold_check (const data_set_t *ds, const value_list_t *vl,
   int status;
 
   memset(statuses, 0, vl->values_len * sizeof(*statuses));
-
-
   if (threshold_tree == NULL)
          return 0;