@cryptotaxi247 / netdata-1 / commits / 71286c133

Remove commented code. (#12726)

vkalintiris committed Apr 20, 2022 at 15:49 UTC 71286c13361484ee8f91f007917f1f37f493c40e
1 file changed -6
database/rrdset.c
-6
@@ -882,12 +882,6 @@ RRDSET *rrdset_create_custom(
882 rrdset_flag_clear(st, RRDSET_FLAG_UPSTREAM_EXPOSED);
883 rrdset_flag_set(st, RRDSET_FLAG_SYNC_CLOCK);
884
885 - // if(!strcmp(st->id, "disk_util.dm-0")) {
886 - // st->debug = 1;
887 - // error("enabled debugging for '%s'", st->id);
888 - // }
889 - // else error("not enabled debugging for '%s'", st->id);
890 -
885 st->green = NAN;
886 st->red = NAN;
887