We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca04f26 commit 6693661Copy full SHA for 6693661
pkg/ingester/ingester_v2.go
@@ -262,8 +262,6 @@ func (u *userTSDB) PostDeletion(metrics ...labels.Labels) {
262
u.instanceSeriesCount.Sub(int64(len(metrics)))
263
264
for _, metric := range metrics {
265
- fmt.Println("Deleted", metrics)
266
-
267
metricName, err := extract.MetricNameFromLabels(metric)
268
if err != nil {
269
// This should never happen because it has already been checked in PreCreation().
0 commit comments