remove bound log

This commit is contained in:
Daniel Ponte 2025-02-18 09:02:39 -05:00
parent d5b5cb4893
commit ca1be29aa2

View file

@ -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