X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftypes_list.c;h=3be792d5ca11bbd741f9b599a517c9cfea7da9ac;hb=6acb19befc321c501e4d8b79f403ebda0c021acc;hp=ff8426286ac515472b63285aee83fe7df0d45cb7;hpb=2e8ad93a2f3856644a74fb508d10a9e8e4704293;p=collectd.git diff --git a/src/types_list.c b/src/types_list.c index ff842628..3be792d5 100644 --- a/src/types_list.c +++ b/src/types_list.c @@ -85,9 +85,6 @@ static int parse_ds (data_source_t *dsrc, char *buf, size_t buf_len) else dsrc->max = atof (fields[3]); - DEBUG ("parse_ds: dsrc = {%s, %i, %lf, %lf};", - dsrc->name, dsrc->type, dsrc->min, dsrc->max); - return (0); } /* int parse_ds */ @@ -125,9 +122,6 @@ static void parse_line (char *buf) return; } - DEBUG ("parse_line: ds = {%s, %i, %p};", - ds->type, ds->ds_num, (void *) ds->ds); - plugin_register_data_set (ds); sfree (ds->ds);