aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stat_item.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stat_item.c b/src/stat_item.c
index a44b3ad7..ba364640 100644
--- a/src/stat_item.c
+++ b/src/stat_item.c
@@ -60,7 +60,6 @@
#include <osmocom/core/talloc.h>
#include <osmocom/core/timer.h>
#include <osmocom/core/stat_item.h>
-#include <osmocom/core/logging.h>
/*! global list of stat_item groups */
static LLIST_HEAD(osmo_stat_item_groups);
@@ -243,10 +242,6 @@ int osmo_stat_item_get_next(const struct osmo_stat_item *item, int32_t *next_idx
idx_delta = item_value->id + 1 - *next_idx;
- if (idx_delta > 1) {
- LOGP(DLSTATS, LOGL_ERROR, "%s: %d stats values skipped\n", item->desc->name, idx_delta - 1);
- }
-
*next_idx = item_value->id + 1;
return idx_delta;