summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2022-04-20 15:49:15 +0300
committerGitHub <noreply@github.com>2022-04-20 15:49:15 +0300
commit71286c13361484ee8f91f007917f1f37f493c40e (patch)
treef35bb2f5c9546c51c632f67716755abce081878f /database
parent6caab18c2e7c8b142b0fac3e0087cb3b67862410 (diff)
Remove commented code. (#12726)
Diffstat (limited to 'database')
-rw-r--r--database/rrdset.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/database/rrdset.c b/database/rrdset.c
index f8e471be7e..207e45a934 100644
--- a/database/rrdset.c
+++ b/database/rrdset.c
@@ -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;