From ca1be29aa2d7740103ec619730dfd1b20d64de7d Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Tue, 18 Feb 2025 09:02:39 -0500 Subject: [PATCH] remove bound log --- pkg/stats/stats.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/stats/stats.go b/pkg/stats/stats.go index e8c4d31..5504935 100644 --- a/pkg/stats/stats.go +++ b/pkg/stats/stats.go @@ -76,8 +76,6 @@ func (s *stats) GetCallStats(ctx context.Context, interval calls.StatsInterval) return nil, calls.ErrInvalidInterval } - log.Debug().Str("start", start.String()).Str("end", end.String()).Msg("bound") - st, err := s.cs.CallStats(ctx, interval, jsontypes.Time(start), jsontypes.Time(end)) if err != nil { return nil, err