0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 09:11:50 +00:00

Remove commented code. ()

This commit is contained in:
vkalintiris 2022-04-20 15:49:15 +03:00 committed by GitHub
parent 6caab18c2e
commit 71286c1336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -882,12 +882,6 @@ RRDSET *rrdset_create_custom(
rrdset_flag_clear(st, RRDSET_FLAG_UPSTREAM_EXPOSED);
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->red = NAN;