mirror of
https://github.com/netdata/netdata.git
synced 2025-04-23 04:50:22 +00:00
Remove commented code. (#12726)
This commit is contained in:
parent
6caab18c2e
commit
71286c1336
1 changed files with 0 additions and 6 deletions
|
@ -882,12 +882,6 @@ RRDSET *rrdset_create_custom(
|
||||||
rrdset_flag_clear(st, RRDSET_FLAG_UPSTREAM_EXPOSED);
|
rrdset_flag_clear(st, RRDSET_FLAG_UPSTREAM_EXPOSED);
|
||||||
rrdset_flag_set(st, RRDSET_FLAG_SYNC_CLOCK);
|
rrdset_flag_set(st, RRDSET_FLAG_SYNC_CLOCK);
|
||||||
|
|
||||||
// if(!strcmp(st->id, "disk_util.dm-0")) {
|
|
||||||
// st->debug = 1;
|
|
||||||
// error("enabled debugging for '%s'", st->id);
|
|
||||||
// }
|
|
||||||
// else error("not enabled debugging for '%s'", st->id);
|
|
||||||
|
|
||||||
st->green = NAN;
|
st->green = NAN;
|
||||||
st->red = NAN;
|
st->red = NAN;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue